Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slach/gps-strike-server
GPS Strike server, awesone realtime game with your smartphone
https://github.com/slach/gps-strike-server
Last synced: 3 days ago
JSON representation
GPS Strike server, awesone realtime game with your smartphone
- Host: GitHub
- URL: https://github.com/slach/gps-strike-server
- Owner: Slach
- Created: 2013-02-17T06:11:47.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-17T07:56:22.000Z (almost 12 years ago)
- Last Synced: 2024-11-16T23:39:33.416Z (about 2 months ago)
- Language: Python
- Size: 109 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## GPS Strike Server
server sources of simple## Prepare server
* sudo aptitude install python-virtualenv python-pip
* sudo mkdir /opt
* cd /opt
* sudo virtualenv gps-strike
* sudo ./gps-strike/bin/pip install sockjs-tornado
* sudo chown -R ubuntu:ubuntu /opt/gps-strike## Deploy last source version with fabric
* git clone [email protected]:Slach/gps-strike-server.git ./
* change fabfile.py env.roledefs
* fab -u username -p passsword deploy## Prepare configuration file and run on server
* open server.cfg and change options
* cd /opt/gps-strike/current
* ../bin/python run.py