Relay
SourceTV relay web interface
Install / Use
/learn @Arie/RelayREADME
FakkelBrigade relay interface
A web-interface to start STV relays
Requirements
- Ruby, preferbly 1.9, but other versions might work. You should use ruby-build to install Ruby.
- GNU Screen to run the relays in
- memcached to provide some simple caching for the web interface
- A Source game dedicated server installation, only tested with TF2 on linux for now.
Installation
- Make sure you've installed the requirements.
- Review the yaml files in the
configdirectory. - Install the required gems using bundler:
gem install bundler && bundle - Start the webserver:
thin -C config/thin.yml start
