wiki:RunningAdhocracy

Running Adhocracy

Notes:

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