Dyu Comments is a comment system for websites built with Node.js and MongoDB. It is available on GitHub at https://github.com/dyu/comments. This tutorial will explain how to install Dyu Comments on Void Linux.
git clone https://github.com/dyu/comments.git
cd comments && npm install
config/sample.json
to a new file in the same directory called config/production.json
.cp config/sample.json config/production.json
production.json
file in your preferred text editor and edit the following values to match your MongoDB installation:{
"development": {
...
},
"production": {
"db": {
"host": "localhost",
"name": "comments",
"port": 27017
},
...
}
NODE_ENV=production node app.js
http://localhost:3000
.Congratulations! You have successfully installed Dyu Comments on Void Linux.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!