Skip to content

Anarchid/uberserver

 
 

Repository files navigation

Requirements

  • sqlalchemy
  • ip2c

Installation

# git clone git@github.com:spring/uberserver.git
# virtualenv ~/virtenvs/uberserver
# source ~/virtenvs/uberserver/bin/activate
# pip install pycrypto
# pip install SQLAlchemy

Without further configuration this will create a SQLite database (server.db). Performance will be OK for testing and small setups. For production use, setup MySQL/PostgreSQL/etc.

Usage

# source ~/virtenvs/uberserver/bin/activate
# ./server.py

Logs

  • $PWD/server.log

About

uberserver, a matchmaking/chat lobby server for the spring rts project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%