A server where the results of www.haxball.com matches will be stored. In Haxball you should configure a bot that will communicate with this server (check https://github.com/juanmanuelramallo/haxlaton/tree/master/lib/haxball_client for further references about the bot code)
Create a file .env
and add HOST_NAME=
entry. This is the actual host name where the app is run (i.e. haxlaton.dokku.1ma.dev)
Execute the next commands:
bundle install
yarn install
bundle exec rake assets:precompile
bundle exec rails db:setup
bundle exec rails db:migrate
Now you're ready to get the server up and running
bundle exec rails s
Run the server, create a room and follow the instruction to get the haxball client script.