//// Add # symbol in front of all the tasks to stop them
sudo killall nodejs
sudo service mongod stop
cd biblepay/src
git pull origin master
sudo make
./biblepayd -daemon -txindex
//// Wait till daemon is fully running, I use ./biblepay-cli getinfo to check every few seconds
sudo service mongod start
cd explorer
forever start bin/cluster
crontab -e
//// Remove # symbol in front of all the tasks to get them running again
Here is the guide I wrote if anyone is interested in running one:
https://www.reddit.com/r/BiblePay/comments/7elm7r/iquidus_block_explorer_guide/