Nuanda / smogmapper

Smog Mapper
http://smogmapper.smogathon.pl/
1 stars 0 forks source link

Add docker to simplify local development #52

Closed mkasztelnik closed 8 years ago

mkasztelnik commented 8 years ago

Thanks to docker developer does not have ruby, postgresql installed, just docker and docker-compose, next following command need to be executed:

As a result smogmapper will be started and will be accessible on port 3000.

If you want to run specs or guard invoke:

See https://docs.docker.com/compose/rails/ for details.