how to start

updated readme on how to start the server
This commit is contained in:
Joaquin Matres 2018-04-01 12:45:03 -07:00 committed by GitHub
parent a9a0577230
commit b3f2453c5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,7 +112,7 @@ If you are upgrading HackMD from an older version, follow these steps:
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`
6. Run `node_modules/.bin/sequelize db:migrate`, this step will migrate your db to the latest schema
7. Start your whole new server!
7. Start your whole new server! `nodejs app.js`
* [migration-to-0.5.0](https://github.com/hackmdio/migration-to-0.5.0)