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
Hint:
libssl-dev
for building scrypt (see here for further information)Configure the instance with:
config.json
config.json
.Build front-end bundle with webpack.
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:
Hint: If you are developing and want webpack to continuously rebuild the front-end code, use:
To auto-reload the server, you could use nodemon and run:
CodiMD
Docs