Skip to content

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

License

Notifications You must be signed in to change notification settings

Eltario/uberserver

 
 

Repository files navigation

Requirements

  • python 2.7
  • sqlalchemy
  • GeoIP
  • twisted

Installation

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

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%