Jump to content


VlexoFree Notice

Interviews will be open every Friday starting at 12am PDT and lasting for 24 hours.

- - - - -

web2py :: Web framework for python


  • Please log in to reply
2 replies to this topic

#1 leke

leke

    Advanced Member

  • Members
  • 88 posts
  • LocationFinland

Posted 27 January 2011 - 11:15 PM

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/

Ad Bot


      #2 kerwin

      kerwin

        Member

      • Members
      • 25 posts

      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.

      #3 felipe73

      felipe73

        Newbie

      • Members
      • 3 posts

      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!

      Edited by felipe73, 22 November 2011 - 04:16 AM.





      0 user(s) are reading this topic

      0 members, 0 guests, 0 anonymous users