I was looking at a video presentation for web2py yesterday. It looks like a really nice web framework/CMS that can be managed on-line with no installation or configuration(what?). It runs on wsgi.
Has anyone had any luck setting this up on their free vlexo account?
Here is their site if anyone is interested: http://web2py.com/
web2py :: Web framework for python
Started by leke, Jan 27 2011 11:15 PM
2 replies to this topic
#2
Posted 17 February 2011 - 11:12 PM
yes, web2py is nice framework for website.
I think it's possible to setup on cpanel and will tell it after try myself.
I think it's possible to setup on cpanel and will tell it after try myself.
#3
Posted 21 November 2011 - 02:00 PM
I solved most problems.
I had to install web2py directly in the public_html folder.
in. htaccess file I put:
RewriteEngine On
RewriteBase /
RewriteRule ^dispatch\.wsgi/ - [L]
RewriteRule ^(.*)$ dispatch.wsgi/$1 [QSA,L]
I created the file by copying it from dispatch.wsgi wsgihandler.py.
Finally, for each "myapp" I had to give write permissions (666) for the application directory /myapp / cache and application / myapp / databases and the files they contain.
Now it all works. I just have to find out how:
- Use admin (at me "admin disabled: communication is not secure")
- Being able to run everything from the web2py folder and not from the root
If anyone has any suggestion is very welcome.
Anyway thanks for the support!
I had to install web2py directly in the public_html folder.
in. htaccess file I put:
RewriteEngine On
RewriteBase /
RewriteRule ^dispatch\.wsgi/ - [L]
RewriteRule ^(.*)$ dispatch.wsgi/$1 [QSA,L]
I created the file by copying it from dispatch.wsgi wsgihandler.py.
Finally, for each "myapp" I had to give write permissions (666) for the application directory /myapp / cache and application / myapp / databases and the files they contain.
Now it all works. I just have to find out how:
- Use admin (at me "admin disabled: communication is not secure")
- Being able to run everything from the web2py folder and not from the root
If anyone has any suggestion is very welcome.
Anyway thanks for the support!
Edited by felipe73, 22 November 2011 - 04:16 AM.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












