Open up your terminal (a ssh connection will work too) and run the linux installer.
wget http://www.pulseway.com/download/pulseway_armhf.deb
Then start the installation process:
dpkg -i pulseway_armhf.deb
Follow the instruction process (where you don’t know what to type just leave the default value).
Once Pulseway is installed make a copy of the sample configuration file:
cp /etc/pulseway/config.xml.sample /etc/pulseway/config.xml
Using your favorite text editor (vim, nano, etc.) edit the config.xml and start customizing the configuration:
vim /etc/pulseway/config.xml
Note: Make sure to replace Username="username" and Password="password" with your actual username and password then, if you are using dedicated Pulseway server, set UseCustomServer to "true" and fill in the hostname of the server in the CustomServerAddress field.
Start pulseway:
/etc/init.d/pulseway start
Comments
0 comments
Please sign in to leave a comment.