My steps:
(I am in linux)

I download the last version of appengine in
http://googleappengine.googlecode.com/files/google_appengine_1.3.5.zip
and the last version of web2py.

I exctract appengine and web2py,and then I move web2py to
google_appengine directory, to have google_appengine/web2py

then I exctract the source something like instantpress/ in
google_appengine/web2py/application to have google_appengine/web2py/
application/instantpress/

then in google_appengine/

>python2.5 dev_appserver.py -c --disable_static_caching web2py/

(book) This will start the appserver and you can run your application
at the URL:

http://127.0.0.1:8080/instantpress/

(book) In order to upload your app on GAE, make sure you have edited
the "app.yaml" file as explained before and set the proper application
id, then run:

I only change the id, to my id in "app.yaml"

>python2.5 appcfg.py update web2py/

On Aug 13, 4:05 pm, Bruno Rocha <[email protected]> wrote:
> I am using web2py 1.83.1 and InstantPressAlpha3.w2p, deployed with
> AppEngineLaucher4Mac, and raises error (rochacbruno.appspot.com).
>
> I have to change something before deploying to GAE?
>
> 2010/8/13 Martin.Mulone <[email protected]>
>
> > On Aug 13, 3:21 pm, Bruno Rocha <[email protected]> wrote:
> > > Got Error on GAE (rochacbruno.appspot.com), there is any forum, group or
> > bug
> > > tacking  about Instant Press?
>
> > yes,http://code.google.com/p/instant-press/
>
> > I have mine working with no problem in
> >http://instant2press.appspot.com/instantpress/,
> > only have different password, if you want i mail you the pass.
>
> > I deploy following the step of the book.
>
> --
>
> http://rochacbruno.com.br

Reply via email to