-5

I want to install a web2py app to my website.

what are the ways to install a web2py application to my website?

HaveNoDisplayName
  • 8,291
  • 106
  • 37
  • 47
  • web2py is a framework that needs some installation on server, so the application must be supported. Could you specify your question? Do you want to make a sort of an applet or something like that? – Alexey Gorozhanov Apr 20 '15 at 09:32
  • yea i am having my own doamin name which hosted on 000webhost. now i need to make my website with web2py. please explain me the ways – natarajan physicist Apr 20 '15 at 15:24
  • 1
    You need some hosting that supports python on the web server, 000webhost supports it on premium accounts so once you sign for one you should read the docs of the service provider. IMHO would be better for you a VPS than a webhosting service, since there is no big difference on the price but a VPS has a better performance, take a look on DigitalOcean. – deadPoet Apr 23 '15 at 20:26
  • yeah, how to implement it in server.. should I install the web2py in server – natarajan physicist Apr 24 '15 at 03:20

2 Answers2

2

In the official book you find a lot of useful information how to set up and alter the web2py application. Maybe the deployment chapter is a good resource.

Read about deployment recipes in the web2py book.

Personally I like pythonanywhere - where you can make free installations for testing your app. There is also a part about the deployment for pythonanywhere in the book:

web2py deployment on pythonanywhere.

Rockbot
  • 935
  • 1
  • 6
  • 24
1

I have summarized my recipe at http://www.icd10doc.com/init/recipes/DeployWeb2PyPythonAnywhere

Hope it helps

Toren
  • 442
  • 3
  • 13