Skip to content
Jing Jin edited this page Mar 12, 2014 · 5 revisions

Our server is hosted on an AWS EC2 instance. First, get your public key added by Matt.

ssh [email protected]
cd src/konsu.lt/meteor/
git fetch
git pull origin master
sudo pkill -f meteor
ps -axl | grep "meteor" # Check that the only process returned was grep
sudo meteor --settings settings/settings.prod.json --production -p 80 >> log &
Clone this wiki locally