Check the Medium post for more information about it.
Hosted on Heroku.
Setup:
-
Ruby version: 2.2.2
-
System dependencies: Postgres
-
Configuration
-
Database creation:
rake db:create
-
Database initialization:
Copy JSON dumps from the EliFUT/data
repository into the dumps
directory.
rake db:migrate
rake import_players
rake import_metadata
-
How to run the test suite:
rake spec
-
Services (job queues, cache servers, search engines, etc.): None yet
-
Deployment instructions:
git push heroku master