Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

seancallaway/dodscp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dodscp

Steam Game Server Control Panel

dodscp is a web-based control panel for administering LGSM game servers. It is written in Python using Flask.

Installation

  1. Download a copy of the latest release and extract it to your server.
  2. Enter this folder, setup a virtual environment (e.g. virtualenv venv), and activate it (e.g. source venv/bin/activate).
  3. Ensure setup.sh is executable and run it (./setup.sh)
  4. Point your web server at DODSCP.

For detailed instructions, see the wiki.

Configuration

Configuration is handled by the configure.py script, which is called by setup.sh. It is an interactive script that sets up your DODSCP install.