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 

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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