Skip to content

Commit

Permalink
Merge pull request #35 from codeforamerica/add-user-instructions-read-me
Browse files Browse the repository at this point in the history
Add instructions for creating db user
  • Loading branch information
analoo committed Feb 5, 2024
2 parents 00251c8 + 872807c commit 08a8804
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ $ createdb mdbenefits
$ createdb mdbenefits_test
```

Create new users for the mdbenefits and mdbenefits_test dbs:
```
$ createuser -s mdbenefits
$ createuser -s mdbenefits_test
```

## Setup IntelliJ and EnvFile
Note that you'll need to provide some environment variables specified in [sample.env](sample.env) to
your IDE/shell to run the application. We use IntelliJ and have provided setup instructions for
Expand Down

0 comments on commit 08a8804

Please sign in to comment.