On 09-01-2011 18:04, Bruno Rocha wrote: > > > hello Bruno, > do have an easy recipy to setup a web2py site on alwaysdata ? > (deploying is one of the scaring tasks for beginners) > > thanks, > Stef > > > > Its in French -> > http://wiki.alwaysdata.com/wiki/D%C3%A9ployer_une_application_web2py > > a little outdated, needs to test if this still works. > > -- > > Bruno Rocha > http://about.me/rochacbruno/bio thanks very much Bruno, finally found a friend who was willing to help me, because if you don't understand webinterfaces, even with your description I didn't get it working.
Some small additions, which might seem very minor for people who know webinterfaces, but are very important for ignorant copiers: - translating your description with google, affects the case of some characters - you should start with a fresh web2py source and not a used copy from your harddisk - CR/LF which are automatically inserted under windows are not allowed inyour scripts, you may only use '\n' after that it works like a charm. We even got web2py now working under IIS7, with https and without Apache or Helicon package. If there's any interest, I'll post a description here soon. cheers, Stef Mientki

