web
|
Last change
on this file since f6f3e91 was
f6f3e91,
checked in by Jessica B. Hamrick <jhamrick@…>, 16 years ago
|
|
Preserve directory hierarchy (not sure what happened to it)
|
-
Property mode set to
100644
|
|
File size:
701 bytes
|
| Line | |
|---|
| 1 | This file is for you to describe the sipbmp3-web application. Typically |
|---|
| 2 | you would include information such as the information below: |
|---|
| 3 | |
|---|
| 4 | Installation and Setup |
|---|
| 5 | ====================== |
|---|
| 6 | |
|---|
| 7 | Install ``sipbmp3-web`` using the setup.py script:: |
|---|
| 8 | |
|---|
| 9 | $ cd sipbmp3-web |
|---|
| 10 | $ python setup.py install |
|---|
| 11 | |
|---|
| 12 | Create the project database for any model classes defined:: |
|---|
| 13 | |
|---|
| 14 | $ paster setup-app development.ini |
|---|
| 15 | |
|---|
| 16 | Start the paste http server:: |
|---|
| 17 | |
|---|
| 18 | $ paster serve development.ini |
|---|
| 19 | |
|---|
| 20 | While 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 | |
|---|
| 24 | Then you are ready to go. |
|---|
Note: See
TracBrowser
for help on using the repository browser.