@@ -22,7 +22,7 @@ After this setup, open the config files and update some vars:
#### Using docker for development env
You can use docker for your development environment. For that, run:
``` ./bin/docker-setup ```
Now, redis, elasticsearch and postgres are running as services and linked to PortalMEC application. Database migrations were execute.
Now, redis, elasticsearch and postgres are running as services and linked to PortalMEC application. Database migrations were execute and the configs (database.yml, sidekiq.yml was replaced by config/docker/...).