The initial web2py installer script is attached. There are a couple of manual steps that must be done before you can run the script:
The script will then install web2py for you, showing its progress as it goes.
After the script completes, you can then run the following commands to convert the application to Python 2.7 (be sure to change the app name to the name of your installed app):
pip2.7 install --user zipp==1.1Thank 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.I can switch my PostgreSQL DBs to MySQL, but in the connection string with MariaDB I have to use the standard MySQL one?mysql://username:password@localhost/test?set_encoding=utf8mb4
I've installed Web2py on Opalstack but the Web2py admin password is not the same as my shell one. How was it for you?
# Opalstack web2py README
Your web2py admin password is: {pw}
A md5 hash of the admin password is stored in:
{appdir}/web2py/parameters_{appinfo["port"]}
Your web2py applications directory is:
{appdir}/web2py/applications
The following scripts have been created to control
your web2py uwsgi instance:
{appdir}/stop
{appdir}/start
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...
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups "web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to web2py+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/66109b3b-57da-4b8a-8152-9bc701ec47b5o%40googlegroups.com.
me too am crying a litle....just send email to sup...@opalstack.comThe response time is not as fast as webfaction support but maybe the are having a burst of clients from webfaction.
where the dots are the original text)
:password='md5$$...........................................'
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
Try this:cd ~/apps/yourappsource env/bin/activatecd web2py/python -c "from gluon.main import save_password; save_password(raw_input('admin password: '), <port_assigned_to_your_app>)"Note: You can find your assigned port with the command "ls" inside of the web2py path and looking for the file: parameters_<port_assigned_to_your_app>.py