![]() |
To install # ipkg update # ipkg install py-moin-common py25-moin To create a new wiki instance (instruction for >= 1.7.0) $ py25-moin-createinstance.sh wiki1 To run wiki server standalone, a single wiki1 instance with the default configuration $ cd wiki1 $ ./wikiserver.py (ctrl-C to stop) To test, try in another terminal window, $ w3m http://localhost:8080 this will probably take 60 seconds for the first page to come up. To have the server listen on all interfaces, change wiki1/wikiserverconfig.py to set the interface line to ''. |