1. Create an account on pythonanywhere and log in (I presume you want a "Beginner" account for 0$/month) 2. Click on "Dashboard" 3. Click on "Web" 4. Click on "Add a new web app" 5. Click "Next", click on "web2py" 6. Enter your admin password, click on "Next" 7. You can now see web2py installation on "http://YOUR_USERNAME.pythonanywhere.com/welcome/default/index" Now you need to upload your web app from your computer to pythonanywhere.com
1. Go to your web2py dev machine (presumably on http://127.0.0.1:8000/admin/default/site) and press "Manage" and then "Pack all" on your application. Save it somewhere on disk 2. In order to upload your app go to https://YOUR_USERNAME.pythonanywhere.com/admin (note the *https://*), login with your admin password 3. On "Upload and install packed application", "Application name" type "init" 4. On "Upload package" select the file that you have saved in step 1 5. You should now have your application on http://YOUR_USERNAME.pythonanywhere.com/ On Thursday, January 30, 2014 9:11:01 PM UTC+1, Bklynate wrote: > > Okay, > > I couldn't really think of a title that accurately described the problem I > am having. I am currently working through a web2py beginner tutorial that > has me - well doing a lot of coding and tinkering. I would like to host the > web-app that I have been developing locally on my computer using > PythonAnywhere.com, but can't for the life of me figure out how to properly > get this app from my computer onto PythonAnywhere.com ... > > I really wanted to show my cousin whose currently learning HTML - what > could be possible using a web framework instead. > > [STEP-BY-STEP]Help on this matter would be greatly appreciated > > Thx, > Nate > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.