1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-20 00:08:02 +01:00

README fix

This commit is contained in:
Jari Bakken 2014-10-25 15:54:15 +02:00 committed by Ivar Conradi Østhus
parent 4f1ccc426d
commit 9a58973177

View File

@ -19,8 +19,11 @@ export DATABASE_URL=postgres://unleash_user:passord@localhost:5432/unleash
## Important commands:
```
// Install dependencies
npm install
// Make sure DATABASE_URL is set and run migrations in your local DB
db-migrate up
./node_modules/.bin/db-migrate up
// Start server in dev-mode:
npm run start-dev