On Fri, Aug 23, 2013 at 11:39 PM, Vijay Kumbhani <[email protected]>
 wrote:

> please, give me proper syntax to start app engine app via command line in
> my pc
>


Are you starting the development server for your application or uploading
your application to App Engine production?

If you just need to start the development server, enter *dev_appserver.py
path/to/your/application's/root/folder*. (See
https://developers.google.com/appengine/docs/python/tools/devserver#Python_Running_the_development_web_server
for
more help, also this assumes you've installed the Python SDK).

If you need to upload your application to App Engine Production, enter
*appcfg.py
update /path/to/application* (again, this assumes you've installed the
Python SDK, have an App Engine account, and have registered an App Engine
ID).



-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to