cheuveulu / LANBox

Game servers manager
3 stars 1 forks source link

CoD servers management.

cli - Old python command-line only script.

codadmin - new Webui based on Django


DOC

https://docs.djangoproject.com/en/1.3/


Requirements

Django 1.3 SQLite 3


DEVELOPEMENT

Install django libs on ubuntu 11.10:

sudo aptitude install python-django sqlite3

Clone repository git clone http://github.com/cheuveulu/LANBox.git Got to codadmin folder cd LANBox/codadmin

Run web server python manage.py runserver 0.0.0.0:8000


Usage

Status - Main page http://localhost:8000/

Admin url http://localhost:8000/admin

Happy hacking