https://github.com/oohlaf/pyzot
A Zot hub in Python
https://github.com/oohlaf/pyzot
Last synced: about 1 year ago
JSON representation
A Zot hub in Python
- Host: GitHub
- URL: https://github.com/oohlaf/pyzot
- Owner: oohlaf
- Created: 2013-01-14T00:30:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-16T08:40:24.000Z (over 13 years ago)
- Last Synced: 2025-01-21T17:36:55.047Z (over 1 year ago)
- Language: Python
- Size: 191 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
Awesome Lists containing this project
README
PyZot README
============
Installation
------------
- git clone https://github.com/oohlaf/pyzot.git PyZot
- virtualenv PyZot
- cd PyZot
- . bin/activate
- python bootstrap.py -t
- ./bin/buildout
- ./bin/initialize_PyZot_db etc/development.ini
Starting PyZot for Development
------------------------------
You can choose between pserve and uWSGI
For pserve execute
- ./bin/pserve etc/development.ini
For uWSGI, either start
- ./bin/uwsgi --ini-paste etc/development.ini
- ./bin/uwsgi --ini-paste-logged etc/development.ini
The latter will log every request made according to the logging settings in
development.ini.
Next, configure your webserver (i.e., Nginx or Apache) to forward the requests to
pserve or connect to the uWSGI socket in var/run.