Skip to content

Instantly share code, notes, and snippets.

@pigeonflight
Created April 17, 2013 14:30
Show Gist options
  • Select an option

  • Save pigeonflight/5404772 to your computer and use it in GitHub Desktop.

Select an option

Save pigeonflight/5404772 to your computer and use it in GitHub Desktop.
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