mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
README fix.
This commit is contained in:
parent
da14895cb5
commit
31283a4153
@ -38,11 +38,8 @@ export TEST_DATABASE_URL=postgres://unleash_user:passord@localhost:5432/unleash_
|
|||||||
npm install
|
npm install
|
||||||
|
|
||||||
// Run migrations in your local DBs
|
// Run migrations in your local DBs
|
||||||
export DATABASE_URL=postgres://unleash_user:passord@localhost:5432/unleash
|
|
||||||
./node_modules/.bin/db-migrate up
|
|
||||||
|
|
||||||
export TEST_DATABASE_URL=postgres://unleash_user:passord@localhost:5432/unleash
|
|
||||||
./node_modules/.bin/db-migrate up
|
./node_modules/.bin/db-migrate up
|
||||||
|
DATABASE_URL=$TEST_DATABASE_URL ./node_modules/.bin/db-migrate up
|
||||||
|
|
||||||
// Start server in dev-mode:
|
// Start server in dev-mode:
|
||||||
npm run dev
|
npm run dev
|
||||||
|
Loading…
Reference in New Issue
Block a user