-
Notifications
You must be signed in to change notification settings - Fork 0
Gloom
FrozenFOXX edited this page Feb 8, 2020
·
1 revision
Gloom is the webserver component that acts as both scoreboard and interface for the game.
Running the server is relatively straightforward. The following steps assume you have installed the prior requirements and cloned this repository.
- Place all desired Challenges into the
challengesdirectory. - Place desired level into the
levelsdirectory. - Change into the
gloomdirectory. bundle install- Run the
setupscript. This will guide you through creating a configuration to load interactively. - The script will output a YAML configuration file with the name you chose (will assume test.yml)
- Run
./setup test.ymlto configure Gloom. SECRET_KEY_BASE=$(rails secret) rails server -b 0.0.0.0