Skip to content

atlefren/mineturer2

Repository files navigation

Mineturer2

Running

  1. Install Vagrant
  2. Install Alembic
  3. run 'vagrant up dev'
  4. vagrant ssh dev
  5. sudo su - postgres
  6. cd /vagrant
  7. psql -d mineturer2 -f mineturer_schema.sql (or path to a mineturer1 db dump)
  8. exit
  9. alembic upgrade head
  10. to run the app: foreman start
  11. the app is available at localhost:9080 (via nginx) and localhost:9081 (foreman directly)

Todo

  1. make a prod playbook
  2. cleanup playbook
  3. make it fast

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published