Skip to content

Commit

Permalink
feat: update README part about setting up the DB
Browse files Browse the repository at this point in the history
  • Loading branch information
LucDelmon committed Sep 5, 2022
1 parent 37b89e8 commit 6f8600b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@ After cloning
secret_key_base: <secret_key_base>
```
- Example of command for db since pgsql is a badly made as rvm:
- Example of command for db:
- `sudo -u postgres psql`
- `create user the_simple_api with password 'password';`
- `alter role the_simple_api superuser createrole createdb replication;`
- `create database the_simple_api_production owner the_simple_api;`


Expand Down

0 comments on commit 6f8600b

Please sign in to comment.