Skip to content

Commit bed5e44

Browse files
Readme update
1 parent 3b83c0e commit bed5e44

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ Install dependencies with `npm install`.
66

77
## Creating The DB
88

9-
Use the `psql -U development` command to login to the PostgreSQL server with the username `development` and the password `development`. This command **MUST** be run in a vagrant terminal, we are using the PostgreSQL installation provided in the vagrant environment.
10-
11-
Create a database with the command `CREATE DATABASE scheduler_development;`.
12-
13-
Copy the `.env.example` file to `.env.development` and fill in the necessary PostgreSQL configuration. The `node-postgres` library uses these environment variables by default.
9+
1. Make sure you have a `development` use for PostgreSQL
10+
2. Use the `psql -U development` command to login to the PostgreSQL server with the username `development` and the password `development`.
11+
3. Create a database with the command `CREATE DATABASE scheduler_development;`.
12+
4. Copy the `.env.example` file to `.env.development` and fill in the necessary PostgreSQL configuration. The `node-postgres` library uses these environment variables by default.
1413

1514
```
1615
PGHOST=localhost

0 commit comments

Comments
 (0)