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

2020-10-26 Thread Gaël Princivalle
Thank you Carlos that works perfectly. Il giorno lunedì 26 ottobre 2020 alle 02:55:05 UTC+1 carlos@gmail.com ha scritto: > 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:

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

2020-10-26 Thread Jose C
On Monday, 26 October 2020 01:55:05 UTC, Carlos A wrote: > > 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

[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

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

2020-10-22 Thread Gaël Princivalle
> That's great! Please post the new script here (or at least what line changed) so anyone else running into this problem can find it. I don't have it. I suggest for who wants to use it to always ask for the latest version to Opalstack. Il giorno mercoledì 21 ottobre 2020 alle 21:15:44 UTC+2

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

2020-10-21 Thread Jose C
On Wednesday, 21 October 2020 20:10:02 UTC+1, Gaël Princivalle wrote: > > Thank you Jose for your help. The Opalstack support have found an error in > the install script, now it works fine. > ' For some reason the install script stored the wrong password hash > That's great! Please post the

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

2020-10-21 Thread Gaël Princivalle
Thank you Jose for your help. The Opalstack support have found an error in the install script, now it works fine. ' For some reason the install script stored the wrong password hash' Il giorno mercoledì 21 ottobre 2020 alle 21:03:04 UTC+2 Jose C ha scritto: > Can you try this: > > Edit the

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

2020-10-21 Thread Jose C
Can you try this: Edit the parameters_.py file that was created and prepend 'md5$$' to the string of alphanum characters. So it should now read (where the dots are the original text): password='md5$$...' then stop and restart your app and see if you can

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

2020-10-21 Thread Gaël Princivalle
I'm still trying again to install Web2py. Executing the script I've these warnings: Cache entry deserialization failed, entry ignored You are using pip version 9.0.3, however version 20.2.4 is available. You should consider upgrading via the 'pip install --upgrade pip' command. The pip version is

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

2020-10-21 Thread Gaël Princivalle
> Are you activating the virtualenv first Yes I've followed all the points of the process. > What error message(s) are you getting? At what point? No error message. I'm just unable to login. I'll do it again and check better each step. Il giorno mercoledì 21 ottobre 2020 alle 15:41:52 UTC+2

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

2020-10-21 Thread Jose C
On Wednesday, 21 October 2020 15:21:03 UTC+1, Ramos wrote: > > me too am crying a litle > just send email to sup...@opalstack.com > The response time is not as fast as webfaction support but maybe the are > having a burst of clients from webfaction. > > Just looking at the volume on their

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

2020-10-21 Thread António Ramos
me too am crying a litle just send email to supp...@opalstack.com The response time is not as fast as webfaction support but maybe the are having a burst of clients from webfaction. regards António Em qua., 21 de out. de 2020 às 14:42, Jose C escreveu: > > On Wednesday, 21 October 2020

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

2020-10-21 Thread Jose C
On Wednesday, 21 October 2020 13:50:05 UTC+1, Gaël Princivalle wrote: > > Thank you José, I've found the README file and the password. > However this password is not accepted. > I've made another Web2py installation but the result is the same. > > As this is quite the first step to migrate my

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

2020-10-21 Thread Gaël Princivalle
Thank you José, I've found the README file and the password. However this password is not accepted. I've made another Web2py installation but the result is the same. As this is quite the first step to migrate my Web2py websites to Opalstack I just would like to cry... Il giorno mercoledì 21

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

2020-10-21 Thread Jose C
On Wednesday, 21 October 2020 10:46:03 UTC+1, Gaël Princivalle wrote: > > I've installed Web2py on Opalstack but the Web2py admin password is not > the same as my shell one. How was it for you? > How did you install it? If you manually downloaded and installed it then the initial password

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

2020-10-21 Thread Gaël Princivalle
I've installed Web2py on Opalstack but the Web2py admin password is not the same as my shell one. How was it for you? Il giorno martedì 20 ottobre 2020 alle 11:41:50 UTC+2 Annet ha scritto: > Hi, > > Jose, is right, I had the same problem: I did not go to my app directory > prior to activating

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

2020-10-20 Thread 'Annet' via web2py-users
Hi, Jose, is right, I had the same problem: I did not go to my app directory prior to activating the virtualenv. No need to switch databases. Personally I prefer Opalstack's control panel over Webfaction's control panel. It's simpler and more powerful. Best, Annet Op dinsdag 20 oktober 2020

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

2020-10-20 Thread Jose C
On Tuesday, 20 October 2020 at 08:50:13 UTC+1 gaelpri...@gmail.com wrote: > Thank you Carlos, I'll start this migration as soon as my Opalstack > account will be a provisioned. > I've a doubt about the DBs. Opalstack offers MariaDB and PostgreSQL. > It seems that it's not so easy to use

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

2020-10-20 Thread Gaël Princivalle
Thank you Carlos, I'll start this migration as soon as my Opalstack account will be a provisioned. I've a doubt about the DBs. Opalstack offers MariaDB and PostgreSQL. It seems that it's not so easy to use PostgreSQL. https://groups.google.com/g/web2py/c/bc_8dg-XHpY/m/ci8A2RzzAwAJ I can switch my