Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/talpor/hackathon0413-9star-server


https://github.com/talpor/hackathon0413-9star-server

Last synced: about 1 month ago
JSON representation

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 defaults

Sit back and enjoy =).