зеркало из https://github.com/mozilla/CSOL-site.git
Merge pull request #334 from andrewhayward/readme
Adding DB scripts to README
This commit is contained in:
Коммит
c3718b81fa
10
README.md
10
README.md
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче