Skip to content

Commit

Permalink
Merge pull request #373 from KualiCo/tdurkin-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
iambrandonn committed Feb 26, 2016
2 parents 49c31fa + bf81658 commit a2cdc8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,17 @@ module.exports = {

**Step 6**: Apply Migrations:
```
node ~/workspace/research-coi/node_modules/knex/lib/bin/cli.js --cwd=db/migration --knexfile <replace with knexfile.js path> migrate:latest --env kc_coi
node research-coi/node_modules/knex/lib/bin/cli.js --cwd=db/migration --knexfile <replace with knexfile.js path> migrate:latest --env kc_coi
```
----------
**Step 7**: Apply Seed Data:
```
node ~/workspace/research-coi/node_modules/knex/lib/bin/cli.js --cwd=db/migration --knexfile <replace with knexfile.js path> seed:run --env kc_coi
node research-coi/node_modules/knex/lib/bin/cli.js --cwd=db/migration --knexfile <replace with knexfile.js path> seed:run --env kc_coi
```

Alternatively you can add some demonstration data to play with:
```
node ~/workspace/research-coi/node_modules/knex/lib/bin/cli.js --cwd=db/migration --knexfile <replace with knexfile.js path> seed:run --env kc_coi demo
node research-coi/node_modules/knex/lib/bin/cli.js --cwd=db/migration --knexfile <replace with knexfile.js path> seed:run --env kc_coi demo
```

**Step 8**: Configuration Environment Variables:
Expand Down

0 comments on commit a2cdc8a

Please sign in to comment.