mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-26 03:33:58 -05:00
Update README.md
This commit is contained in:
parent
4c672cb24e
commit
8c9d4ea555
1 changed files with 3 additions and 4 deletions
|
@ -45,15 +45,14 @@ Get started
|
||||||
|
|
||||||
Upgrade guide
|
Upgrade guide
|
||||||
---
|
---
|
||||||
If you are upgrading HackMD from an older version, follow below steps:
|
If you are upgrading HackMD from an older version, follow these steps:
|
||||||
|
|
||||||
1. Fully stop your old server first (important).
|
1. Fully stop your old server first (important).
|
||||||
2. `git pull` or whatever that really update the files.
|
2. `git pull` or do whatever that really update the files.
|
||||||
3. `npm install && bower install` to update dependencies.
|
3. `npm install && bower install` to update dependencies.
|
||||||
4. Modify the file named `.sequelizerc`, change the value of the variable `url` with your db connection string.
|
4. Modify the file named `.sequelizerc`, change the value of the variable `url` with your db connection string.
|
||||||
For example: `postgres://username:password@localhost:5432/hackmd`.
|
For example: `postgres://username:password@localhost:5432/hackmd`.
|
||||||
5. Run `node_modules/.bin/sequelize db:migrate`, this step will migrate your db with the latest schema.
|
5. Run `node_modules/.bin/sequelize db:migrate`, this step will migrate your db to the latest schema.
|
||||||
You can also revert the migration with `node_modules/.bin/sequelize db:migrate:undo` (do this with caution).
|
|
||||||
6. Start your whole new server!
|
6. Start your whole new server!
|
||||||
|
|
||||||
Structure
|
Structure
|
||||||
|
|
Loading…
Reference in a new issue