Open-Source and Self-Hosted comment system written in NodeJS
- NodeJS 6.x+
- MySQL 5.7+ (not tested on 7.x)
Get the project by cloning the git repository or get the master tarball.
$ git clone git@github.com:ChakSoft/koment.gitThen install dependencies :
$ cd koment
$ npm installCopy the dist configuration file and replace values with your own.
$ cp config/config.dist.yml config/config.ymlWe recommend to use PM2 to manage your NodeJS processes.
You can create a running JSON for PM2 :
{
"name": "Koment",
"script": "index.js",
"env": {
"NODE_ENV": "production"
}
}You can read the documentation about Process File to improve your process parameters.
Feel free to leave comments, issues, stars and fork the project to make it evolve !
This software is under GPL-3.0 License. See LICENSE file for further information.