Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/talpor/hackathon0413-9star-server
https://github.com/talpor/hackathon0413-9star-server
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/talpor/hackathon0413-9star-server
- Owner: talpor
- Created: 2013-04-28T17:45:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-21T04:24:36.000Z (almost 10 years ago)
- Last Synced: 2024-04-16T18:39:04.223Z (8 months ago)
- Language: Python
- Size: 168 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
hackathon0413-9star-server
==========================* Install requirements as root.
* Run::
[sudo] gunicorn --pythonpath="NineStarServer" wsgi:application -c gunicorn.conf.py
* Symlink /etc/nginx/sites-enabled/9star.conf -> nginx.conf and restart nginx.
* If you want an init script::
+ [sudo] cp `pwd`/9star.sh /etc/init.d/9star
+ [sudo] chmod +x /etc/init.d/9star
+ [sudo] update-rc.d 9star defaultsSit back and enjoy =).