Re: [google-appengine] Update version of GAE application, using php and CURL

2012-05-20 Thread Денис Тимонин
Thanks, i know it. But i want do that without using appcfg.py. Is it possible? суббота, 19 мая 2012 г., 23:11:09 UTC+4 пользователь barryhunter написал: > > Why CURL? > > Just use shell_exec (or one of the other very similar functions) to > run appcfg.py > > http://php.net/manual/en/function.s

Re: [google-appengine] Update version of GAE application, using php and CURL

2012-05-19 Thread Barry Hunter
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, Денис Тимонин wrote: > > I have GAE application and s

[google-appengine] Update version of GAE application, using php and CURL

2012-05-19 Thread Денис Тимонин
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.ya