https://github.com/puria/rocco
SexMeter backend server called rocco
https://github.com/puria/rocco
Last synced: 3 months ago
JSON representation
SexMeter backend server called rocco
- Host: GitHub
- URL: https://github.com/puria/rocco
- Owner: puria
- Created: 2012-11-17T23:45:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-25T01:11:54.000Z (over 12 years ago)
- Last Synced: 2025-01-22T11:47:44.083Z (5 months ago)
- Language: Python
- Size: 246 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
This file is for you to describe the rocco application. Typically
you would include information such as the information below:Installation and Setup
======================Install ``rocco`` using the setup.py script::
$ cd rocco
$ python setup.py installCreate the project database for any model classes defined::
$ paster setup-app development.ini
Start the paste http server::
$ paster serve development.ini
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::
$ paster serve --reload development.ini
Then you are ready to go.