source: web/old/README.txt @ f6f3e91

web
Last change on this file since f6f3e91 was f6f3e91, checked in by Jessica B. Hamrick <jhamrick@…>, 15 years ago

Preserve directory hierarchy (not sure what happened to it)

  • Property mode set to 100644
File size: 701 bytes
Line 
1This file is for you to describe the sipbmp3-web application. Typically
2you would include information such as the information below:
3
4Installation and Setup
5======================
6
7Install ``sipbmp3-web`` using the setup.py script::
8
9    $ cd sipbmp3-web
10    $ python setup.py install
11
12Create the project database for any model classes defined::
13
14    $ paster setup-app development.ini
15
16Start the paste http server::
17
18    $ paster serve development.ini
19
20While 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::
21
22    $ paster serve --reload development.ini
23
24Then you are ready to go.
Note: See TracBrowser for help on using the repository browser.