[web2py] Re: dotcloud admin disabled because unable to access password file

2011-03-14 Thread Anthony
At least for the time being, you should probably not attempt to run admin on DotCloud because using admin remotely requires SSL, and DotCloud does not yet support SSL, so it's a big security risk. There is a workaround mentioned in the DotCloud web2py tutorial here: http://docs.dotcloud.com/tut

[web2py] Re: dotcloud admin disabled because unable to access password file

2011-03-14 Thread pbreit
If you run web2py locally, there should be onion your hard drive.

[web2py] Re: dotcloud admin disabled because unable to access password file

2011-03-14 Thread stargate
What I am trying to do is when i go to mydomain.dotcloud.com and go to the admin the administration will work without having to go to ssh every time i want to do any administration. One method I do like is placing a parameters_#.py in the web2py directory/ But how do i generate this file? Thanks