We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 &