Merge pull request #334 from andrewhayward/readme

Adding DB scripts to README
This commit is contained in:
Atul Varma 2013-05-31 09:54:12 -07:00
Родитель 97891532d5 18f9a7340f
Коммит c3718b81fa
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -23,3 +23,13 @@ Property | Default | Description
Note that instead of providing AWS credentials, you can specify a pathname
in `CSOL_AWS_FAKE_S3_DIR`. This is for development purposes only, and
will store all uploaded files in the local filesystem instead of S3.
## Database
The database can be sync'd by running
npm run-script sync-db
Any migrations can be run with
npm run-script migrate-db