-
Notifications
You must be signed in to change notification settings - Fork 1
Track your Rubik's Cube solves and compare them to other speedcubers.
timhabermaas/cubemania
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# Cubemania ## Installation ```sh cp .env.sample .env docker-compose build docker-compose exec db createdb --user postgres cubemania_production docker-compose run --rm web bundle exec rake db:schema:load docker-compose run --rm web bundle exec rake assets:precompile ``` (Optional) Add `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, `AWS_DEFAULT_REGION` and `AWS_BUCKET_NAME` to `.env` for making backups/restoring work locally. ## Run ```sh docker-compose up nginx ```
About
Track your Rubik's Cube solves and compare them to other speedcubers.