>From admin click on [pack app] and on the other host admin upload the generated w2p file.
Alteranatively host1:/web2py/applications> zip -r myapp.zip myapp host1:/web2py/applications> scp myapp.zip y...@host2:/ host1:/web2py/applications> ssh y...@host2 host2:/web2py/applications> sudo -u www-data bash host2:/web2py/applications> cd /where/it/is/web2py/applications host2:/web2py/applications> unzip ~you/web2py.zip On Jul 31, 12:46 am, Chase Lee <[email protected]> wrote: > What's the process for migrating an app from one host to another or > from localhost to a hosted environment? > > Thanks

