how we can start Google app engine's web app via command line in windows

86 views
Skip to first unread message

Vijay Kumbhani

unread,
Aug 24, 2013, 12:39:51 AM8/24/13
to google-a...@googlegroups.com, Vijay Kumbhani
please, give me proper syntax to start app engine app via command line in my pc 

Vinny P

unread,
Aug 24, 2013, 1:00:01 AM8/24/13
to google-a...@googlegroups.com
On Fri, Aug 23, 2013 at 11:39 PM, Vijay Kumbhani <vnkum...@gmail.com> 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
 

Vijay Kumbhani

unread,
Aug 24, 2013, 3:37:26 AM8/24/13
to google-a...@googlegroups.com, Vijay Kumbhani


On Saturday, 24 August 2013 10:09:51 UTC+5:30, Vijay Kumbhani wrote:
please, give me proper syntax to start app engine app via command line in my pc 


1. we start google app engine app via commnd line 
* Open cmd with administrator mode
2. To enter type "Python" command 

* if python command not exits then to type below following command 

commmnad syntax:
'enter Python exe path', 'enter google app engine path', 
'to check sdk update command', 'enter port', 'enter datastore port', 'to enter source code path'

command :
C:\Python27\python.exe C:\Program Files (x86)\Google\google_appengine\dev_appserver.py --skip_sdk_update_check=yes --port=8080 --admin_port=8000 D:\CloudWardbeta

* if python command exits then type below folloeing command 

commmnad syntax:
'python', 'enter google app engine path', 'to check sdk update command', 'enter port', 'enter datastore port', 'to enter source code path'

command :
python C:\Program Files (x86)\Google\google_appengine\dev_appserver.py --skip_sdk_update_check=yes --port=8080 --admin_port=8000 D:\CloudWardbeta 
Reply all
Reply to author
Forward
Message has been deleted
0 new messages