Re: [web2py] On Windows I am trying to delete an application that uses logging but the delete fails because the log file is "in use"

2020-10-25 Thread AGRogers
Hi David I am not sure that i have ever used the Uninstall option. I just delete the application folder and the application disappears. I am not sure if that leaves any residual information in files somewhere. But i have not noticed a problem. Does that work for you? Andrew

[web2py] Re: Opalstack for ex-webfaction users or people looking for a Web2Py Web Hosting (Tutorial for Python 3 or 2.7)

2020-10-25 Thread Carlos A
Try this: cd ~/apps/yourapp source env/bin/activate cd web2py/ python -c "from gluon.main import save_password; save_password(raw_input('admin password: '), )" Note: You can find your assigned port with the command "ls" inside of the web2py path and looking for the file: parameters_.py