Jonathan, excellent tutorial. Would you create an alterego page about
it? I will post it.

Massimo

On Nov 3, 11:08 pm, Jonathan Benn <[EMAIL PROTECTED]> wrote:
> Hi Dominique,
>
> Your English is just fine. :)   Ton français est certainement meilleur
> (et meilleur que le mien), mais fait toi rien. Les autres pourron
> mieux t'aider si tu parles en anglais.
>
> On Nov 3, 4:03 pm, dme69 <[EMAIL PROTECTED]> wrote:
>
> > Si je développe mon application dans Web2py (que je trouve plutôt
> > sympa pour des choses comme les formulaires par exemple), qu'est-ce
> > que je dois faire pour envoyer ça sur GAE ? A priori, GAE ne connait
> > pas SQLFORM ?
>
> That's right, GAE doesn't know about SQLFORM or anything else from
> web2py. This is why you must upload web2py along with your own
> personal application.
>
> > Qu'est-ce que je dois exporter dans mon appli, Où est-ce que je fais
> > le lien avec le framework Web2Py (et je le récupère où, je suis sur
> > Mac) ?
>
> Ok, the question is how to export web2py and your app to Google App
> Engine.
>
> Here's a step-by-step guide:
>
> 1. Download the Google App Engine 
> SDK:http://googleappengine.googlecode.com/files/google_appengine_1.1.5.zip
>
> 2. Download web2py:http://mdp.cti.depaul.edu/examples/static/web2py_src.zip
>
> 3. Unzip GAE and web2p. You end up with a google_appengine directory,
> and a web2py directory.
>
> 4. Place web2py inside google_appengine
>
> 5. Edit google_app_engine/web2py/app.yaml. Change the top line so that
> the name of the application is whatever name you set up when you
> signed up for Google App Engine.
>
> 6. Open up a command prompt. Go to the google_appengine directory.
>
> 6.a. To run the demo app server, execute the command:
>     dev_appserver.py web2py/
>
> 6.b. To upload your application to the real online server, execute the
> command:
>     appcfg.py update web2py/
>
> You may need to add "python" in front of the command, or something
> similar, e.g.
>     python dev_appserver.py web2py/
>     python appcfg.py update web2py/
>
> Please let me know if I missed a step or if you need help with a
> particular step.
>
> > En gros des questions de vrai débutant :-) Mais si je me lance sur ce
> > projet, je deviendrais d'ici 10 ans, une vraie pointure ... Enfin
> > disons que je comprendrais de quoi on me parle ! ;-)
>
> Don't worry, everybody was a beginner once!
>
> --Jonathan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to