On 13 November 2013 09:19, christian jeannot <i...@os-plus.org> wrote:

> hello community,
>
> i have installed and configured moinmoin with the help of
> https://help.ubuntu.com/12.04/serverguide/moinmoin.html. i have used
> "oswiki" instead of mywiki and changed to correspondig parts of the config.
>
> when i access it via firefox browser i get a screen which does not look
> like the original wiki pages. i have made a
> screenshot.http://scr.os-plus.de (user: scr; password: happa00).
>

 You are failing to access MoinMoin's static files in the htdocs directory.

Set url_prefix_static in the wiki's wikiconfig.py file, e.g.

    url_prefix_static = '/moin_static'

and then provide an Apache alias for that value pointing to htdocs, e.g.

    Alias  /moin_static
/path/to/lib/python-d.d/site-packages/MoinMoin/web/static/htdocs

Jim
------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to