Skip to content
Snippets Groups Projects
Commit a75d97dd authored by Mauricio Giacomini Girardello's avatar Mauricio Giacomini Girardello
Browse files

igore database.yml and sidekiq.yml files

parent c159351a
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ Gemfile.lock
/public/assets
/config/orientdb.yml
/config/dspace.yml
# ignore server scripts
puma.sh
start_puma.sh
......@@ -30,3 +31,7 @@ portalmec.service
portalmec-sidekiq.service
sidekiq.sh
autocomplete-server.service
# ignore configs
/config/database.yml
/config/sidekiq.yml
\ No newline at end of file
......@@ -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/...).
If all development and test vars are set, run:
``` ./bin/setup ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment