What I did was to practice with the tutorial app from the book. I made the small app on my local machine using the rocket server and sqlite then practiced moving it to a server with MySQL and Apache. That successful exercise is what made me decide to go forward with web2py vs. django.
Perhaps you might try a practice deployment yourself with a small app before you decide. If I remeber right, I just changed the db connection string after copying my app then from the application admin page, accessed the database admin page to create the new tables. You will have to reasearch the data migration but I bet you can handle it. Good Luck, Bill On Wednesday, May 2, 2012 3:47:36 PM UTC-5, mmstud wrote: > > Hi, > > I need to move my 2-3 years old web2py app to other server. Its pretty > simple member and magazine subscriber database working over https. I'd like > to move it to the other server, either dedicated or cloud environment. > Whats should I do to get current sqlite database and application moved > without hassles? There is a user authentication by CAS or something too. > Are there good cheap or even free cloud services that could work well for a > small app? > > Regards, > -Marko > On Wednesday, May 2, 2012 3:47:36 PM UTC-5, mmstud wrote: > > Hi, > > I need to move my 2-3 years old web2py app to other server. Its pretty > simple member and magazine subscriber database working over https. I'd like > to move it to the other server, either dedicated or cloud environment. > Whats should I do to get current sqlite database and application moved > without hassles? There is a user authentication by CAS or something too. > Are there good cheap or even free cloud services that could work well for a > small app? > > Regards, > -Marko >

