Download the code and exec these commands with superuser privileges:
- yum install -y epel-release
- yum install -y nodejs couchdb
- systemctl enable couchdb
- systemctl start couchdb
As a non-privileged user, exec these commands:
- npm install
- npm app.js
The application listen by the port 3000, so you can access to it using the url: