Skip to content

Commit

Permalink
Merge pull request ManageIQ#44 from petrblaho/correct-name-of-databas…
Browse files Browse the repository at this point in the history
…e-pg-yml-file

Corrects file for PG settings in developer setup
  • Loading branch information
Fryguy committed Dec 2, 2014
2 parents 5650f61 + 5b83a27 commit f512e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ bundle install --without qpid
cd ..
rake build:shared_objects
cd vmdb
cp config/database.pg_dev.yml config/database.yml
cp config/database.pg.yml config/database.yml
```

* Edit config/database.yml changing the user "root" to "evm" (the postgres role created above)
Expand Down

0 comments on commit f512e33

Please sign in to comment.