Why CURL?

Just use shell_exec (or one of the other very similar functions) to
run appcfg.py

http://php.net/manual/en/function.shell-exec.php


Don't reinvent the wheel; appcfg.py script is tried and tested.


On Sat, May 19, 2012 at 11:12 AM, Денис Тимонин <dentimo...@gmail.com> wrote:
>
> I have GAE application and server with apache and php. I want to
> update my GAE application (1 file "helloworld.py"). How can i do this
> through server with PHP?
>  I want to upload new version. On my serever (with Apache and PHP) i
> have a new version of GAE application (new version of 2 files
> "app.yaml" and "helloworld.py" ) with new code version and i want to
> upload these 2 files, with new code version, in my application
> (123test.appspot.com). Using CURL.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to