Skip to content

Updating MHN

Jason Trost edited this page Aug 24, 2014 · 1 revision

This should be the steps needed to update MHN.

On your MHN server...

sudo su -
cd /opt/mhn
git fetch
git stash
git merge origin/master
git stash pop
supervisorctl restart mhn-uwsgi