Node.js + Express.js + Mysql
npm install
next install mysql and create database nemblog
next edit file config/db.json and update your database password
cd [your server root]
node index.js
when you see listening on port 3000
that is ok
pm2 start index.js
open http://localhost:3000/admin/install
just input username and password (like test/123456)
input your username and password
after this you can open http://localhost:3000