To log into ec2: ssh -i "locus.pem" [email protected]
python webpy.py
test post requests: curl -d "payload message" http://localhost:8080/hello/ or http://requestmaker.com/ 54.164.184.172:8080/hello/
git add . git commit -m "message" git remote add origin https://github.com/timateus/locus.git git push -u origin master