[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.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.



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 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.



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.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 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 view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/u3X9nZI-kNUJ.
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.