Skip to content

Commit

Permalink
Made remote DB setup instructions more readable while still copy-past…
Browse files Browse the repository at this point in the history
…e friendly on Linux.
  • Loading branch information
Ryan B. Harvey committed Sep 24, 2017
1 parent e512192 commit bd239bd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ If you are loading the data into a remote database, use environment variables
to tell the script where to load:

```
NOLA311_DB_USER=nola311 NOLA311_DB_NAME=nola311 NOLA311_DB_HOST=c2rp0kujqp.us-east-1.rds.amazonaws.com NOLA311_DB_PORT=5432 ./setup.sh
NOLA311_DB_USER=nola311 \
NOLA311_DB_NAME=nola311 \
NOLA311_DB_HOST=c2rp0kujqp.us-east-1.rds.amazonaws.com \
NOLA311_DB_PORT=5432 \
./setup.sh
```

## app setup
Expand Down

0 comments on commit bd239bd

Please sign in to comment.