Manual deployment is the best when you're developing CodiMD. If you are deploying the service for production use, Docker Deployment is the faster and easier choice.
utf8
libssl-dev
for building scrypt (see here for further information)git clone https://github.com/hackmdio/codimd.git
cd codimd
bin/setup
Configure the instance with:
config.json
config.json
.Build front-end bundle with webpack.
npm run build
Modify the file named .sequelizerc
, change the value of the variable url
with your db connection string.
For example: postgres://username:password@localhost:5432/codimd
Start the engine:
ββββnode app.js
npm run dev
To auto-reload the server, you could use nodemon and run:
nodemon --watch app.js --watch lib --watch locales app.js.
CodiMD
Docs