I want to install a web2py app to my website.
what are the ways to install a web2py application to my website?
I want to install a web2py app to my website.
what are the ways to install a web2py application to my website?
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:
I have summarized my recipe at http://www.icd10doc.com/init/recipes/DeployWeb2PyPythonAnywhere
Hope it helps