Skip to content

Open-Source and Self-Hosted comment system written in NodeJS

License

Notifications You must be signed in to change notification settings

ChakSoft/koment

Repository files navigation

koment

Open-Source and Self-Hosted comment system written in NodeJS

Prerequisies

  • NodeJS 6.x+
  • MySQL 5.7+ (not tested on 7.x)

Installation

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

Configuration

Copy the dist configuration file and replace values with your own.

$ cp config/config.dist.yml config/config.yml

Running

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 !

License

This software is under GPL-3.0 License. See LICENSE file for further information.

About

Open-Source and Self-Hosted comment system written in NodeJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published