cd /opt/buzzfeed/mono
git checkout master
git fetch origin master
git rebase origin/master
####try starting rig*
ssh dev.buzzfeed.io
####once you're in rig you'll see the special rig prompt:
[root@rig ~]$
timing out?
####maybe it's not up
./scripts/rig_vm up
####maybe you need to reload
./scripts/rig_vm reload
need to get out of the vm?
####maybe you need to exit
exit rig
####maybe you need to destroy it
destroy rig
####navigate to mono:
cd /src/mono
####start up the app in one window:
rig run pubhub_ui
####view your app here:
http://10.51.50.10:8088/
####navigate to pubhub in mono
cd /opt/buzzfeed/mono/pubhub_ui
####rebuild command
npm run develop
should watch and rebuild each time. if that doesn't work in rig use npm run build
each time you make a frontend change.