Update README.md
to mention about build front-end bundle on upgrade guide
This commit is contained in:
parent
5eec050360
commit
9769b0c872
1 changed files with 4 additions and 3 deletions
|
@ -64,10 +64,11 @@ 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 do whatever that updates the files
|
2. `git pull` or do whatever that updates the files
|
||||||
3. `npm install` to update dependencies
|
3. `npm install` to update dependencies
|
||||||
4. Modify the file named `.sequelizerc`, change the value of the variable `url` with your db connection string
|
4. Build front-end bundle by `npm run build:prod` (use `npm run build:dev` if you are in development)
|
||||||
|
5. 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 to the latest schema
|
6. Run `node_modules/.bin/sequelize db:migrate`, this step will migrate your db to the latest schema
|
||||||
6. Start your whole new server!
|
7. Start your whole new server!
|
||||||
|
|
||||||
Structure
|
Structure
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue