Starting The Dashboard
The final page in the installation category shows how to start the Dashboard so you and your clients can start using it.
Step 1 - Testing
$ cd dashactyl
$ node index.js
# Your output should send the following messgae (Your port may be different):
# [WEBSITE] The dashboard has successfully loaded on port 80.Step 2 - Production
sudo npm install forever -g
forever start index.jsLast updated