Skip to content

Commit

Permalink
Merge pull request #455 from om-sharma/document-user-creation
Browse files Browse the repository at this point in the history
Documentation to create `epets` user  to setup development environment
  • Loading branch information
alanth committed Apr 22, 2016
2 parents e868405 + e07ce24 commit dd800e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ A few things to know:
* `$ psql postgres`
* `# CREATE DATABASE epets_development;`
* `# CREATE DATABASE epets_test;`
* `# CREATE USER epets;`
* `# GRANT all privileges ON database epets_development TO epets;`
* `# GRANT all privileges ON database epets_test TO epets;`
* `# ALTER USER epets WITH PASSWORD 'replace_me';`
Expand Down

0 comments on commit dd800e2

Please sign in to comment.