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

README fix

This commit is contained in:
Jari Bakken 2014-10-25 15:54:15 +02:00
parent dab1dca5e8
commit ed1f2071bd

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