Skip to content

Commit

Permalink
Added login command.
Browse files Browse the repository at this point in the history
  • Loading branch information
lordnapi committed Feb 3, 2014
1 parent 302d059 commit 3fa249c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@
help:
@echo "Please use \`make <target>' where <target> is one of"
@echo " deme to start demo"
@echo " start to start server"
@echo " stop to stop server"
@echo " deme to login to server"
@echo " start to start application"
@echo " stop to stop application"

demo:
python routeme.py

login:
ssh eurouteme -i eurouteme.pem

start:
sudo supervisord -c supervisord.conf

Expand Down

0 comments on commit 3fa249c

Please sign in to comment.