Thank you Relsi,

This was very useful. So made a minimalist web2py that works great.
Here are step by step instruction (my scripts are based on yours):

1) Register with

   http://www.alwaysdata.com/

and get a free account (10MB) Let's say your domain is test1. Then you
have an account test1, a user group test1 and a url: http://test1.alwaysdata.net
(.net, not .com). Give it a try before you install web2py.

2) Visit https://admin.alwaysdata.com/domain/ and replace /www/ with /
web2py/

3) Login into your account

   ssh te...@ssh.alwaysdata.com

4) Type

   wget http://web2py.com/examples/static/web2py_src_min_1.98.2.zip
   unzip web2py_src_min_1.98.2.zip
   rm web2py_src_min_1.98.2.zip
   chmod +x web2py/web2py.fcgi
   chmod -R g+rw web2py

Done!

Try it at

    http://test1.alwaysdata.net

Mind web2py takes about 2MB and you have ~8MB left for applications.
There is no admin, no welcome, no example, no soap, no pyfpdf, no
populate. They run Python 2.7 and have postgresql installed.

Credits: Relsi Hur Maron <re...@terradigital.com.br>

Reply via email to