summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9f5fbb1c..f2b469e2 100644
--- a/README.md
+++ b/README.md
@@ -123,8 +123,12 @@ Third-party integration api key settings
| ------- | --------- | ----------- |
| facebook, twitter, github, dropbox | `config.json` | for signin |
| imgur | `config.json` | for image upload |
-| dropbox | `public/views/foot.ejs` | for chooser and saver |
-| google drive | `public/js/common.js` | for export and import |
+| google drive, dropbox | `public/js/common.js` | for export and import |
+
+DB migration
+---
+Modify the file named `.sequelizerc`, change the value of the variable `url` with your db connection string.
+And run `node_modules/.bin/sequelize db:migrate`, that's it!
Operational Transformation
---