Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Commit

Permalink
Offer simplified db config instructions for using sqlite.
Browse files Browse the repository at this point in the history
  • Loading branch information
patcon committed May 10, 2015
1 parent 7bcbd3f commit 7511c8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -44,6 +44,11 @@ In this case a sqlite database is used by default. You need to create the direct

Now edit config/config.json so it matches your database settings.

(Optional) If using default sqlite database approach, this should
be all that is needed to edit the config file:

sed -i'' 's/mysql/sqlite/g' config/config.json

**Run the migrations:**

cm-update-server$ node_modules/sequelize/bin/sequelize --migrate --env production
Expand Down

0 comments on commit 7511c8b

Please sign in to comment.