Created
April 17, 2013 14:30
-
-
Save pigeonflight/5404769 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo "activating the web2py c9 installer ..." | |
| wget http://www.web2py.com/examples/static/web2py_src.zip | |
| unzip -q web2py_src.zip | |
| echo "python web2py/web2py.py -i $IP -p $PORT; echo 'visit your site at http://$C9_PROJECT.$C9_USER.c9.io'" > ~/bin/start_web2py | |
| chmod +x ~/bin/start_web2py | |
| echo "-------------------------" | |
| echo "to launch web2py type: start_web2py" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment