First I dont know if someone already did it. I have been playing with suse studio for a while and I thought to build a vm/install iso for a base and test web2py server.
So I do some brainstorming It will be based on a minimal server (opensuse 11.4) install. I was thinking/brainstorming to do the following. 1) create a web2py user with a few scripts for dumping and loading databases and to start a web2py shell. 2) create a default mysql database with a defaultdb database thats used in the web2py setup. 3) Place Web2py in /srv/web2py 4) The installation should not use more then 4 GB 5) The installation should use LV setup for easy increase of space 6) Web2py should be autostarting. 7) iso and vm for installation on usb or in vmware/kvm etc I was wondering if it would be smart to push web2py into a apache webserver or something else. And what other things I should add. With regards, Mike Veltman

