Blame | Last modification | View Log | RSS feed
This file is for you to describe the Wiki-20 application. Typicallyyou would include information such as the information below:Installation and Setup======================Install ``Wiki-20`` using the setup.py script::$ cd Wiki-20$ python setup.py installCreate the project database for any model classes defined::$ paster setup-app development.iniStart the paste http server::$ paster serve development.iniWhile developing you may want the server to reload after changes in package files (or its dependencies) are saved. This can be achieved easily by adding the --reload option::$ paster serve --reload development.iniThen you are ready to go.