Running Adhocracy
Notes:
- see DeploymentSetup for production deployment notices
- also set up QueueProcessing, even for development work
Paste can start a simple, multithreaded HTTP server for testing purposes. The command for this is:
$ cd /opt/adhocracy $ paster serve example.ini
This will start a server and serve requests on port 5000, i.e. http://adhocracy.lan:5000/. Another nice feature of this server is its ability to reload when changes in the source files are registered. To enable this function, add the following argument:
$ cd /opt/adhocracy $ paster serve example.ini --reload
