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 [email protected]:ChakSoft/koment.git
Then install dependencies :
$ cd koment
$ npm install
Copy the dist configuration file and replace values with your own.
$ cp config/config.dist.yml config/config.yml
We 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.