[google-appengine] Re: Download code

2009-02-09 Thread Xavier Mathews
No I Don't Think It Possible! If you could you would have to do it one by
one!

Xavier A. Mathews
Student/Browser Specialist/Developer/Web-Master
Client Based Tech Support Specialist
Hazel Crest Illinois
xavieruni...@gmail.com¥xavierunited@hotmail.com¥truestar...@yahoo.com
"Fear of a name, only increases fear of the thing itself."











On Mon, Feb 9, 2009 at 12:19 PM, Kaiser  wrote:

>
> Anybody knows how can I download all the files of a project from GAE?
> Is it possible?
>
> >
>

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



[google-appengine] Re: Download code

2009-02-09 Thread Alexander Kojevnikov

On Feb 10, 5:19 am, Kaiser  wrote:
> Anybody knows how can I download all the files of a project from GAE?
> Is it possible?

See the first question on the App Engine Community FAQ:
http://tr.im/fhvj

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



[google-appengine] Re: Download code

2009-02-09 Thread luismgz

You can't.
But in future projects, you can add a script to do it to some extent
(it doesn't work with static files AFAIK).
Check this out: 
http://www.manatlan.com/blog/zipme___download_sources_of_your_gae_website__as_a_zip_file

Luis

On 9 feb, 15:19, Kaiser  wrote:
> Anybody knows how can I download all the files of a project from GAE?
> Is it possible?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[google-appengine] Re: Download code

2009-02-09 Thread niklasr

I include http://appfilesbrowser.googlecode.com/files/GAEAppFileBrowser.rar
and download deployed source to local. Datastore backup solution seems
to be approcket.
regards
Niklas
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[google-appengine] Re: Download code

2009-02-10 Thread Kaiser

thanks to everyone!!!



On Feb 9, 9:44 pm, niklasr  wrote:
> I includehttp://appfilesbrowser.googlecode.com/files/GAEAppFileBrowser.rar
> and download deployed source to local. Datastore backup solution seems
> to be approcket.
> regards
> Niklas
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[google-appengine] Re: Download code

2009-02-18 Thread luismgz

Very interesting!
But please explain, how should I install this?
Should I place the src folder in the rrot directory? Should I copy the
files?
How should I avoid conflicts with my own scripts (.py, yaml, static,
etc)?

Luis

On 9 feb, 20:44, niklasr  wrote:
> I includehttp://appfilesbrowser.googlecode.com/files/GAEAppFileBrowser.rar
> and download deployed source to local. Datastore backup solution seems
> to be approcket.
> regards
> Niklas
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[google-appengine] Re: Download code

2009-02-20 Thread niklasr

Placing files from the GAEAppFileBrowser.rar src folder in the app's
root directory,( listfiles.py in the same root folder as app.yaml )
and the yaml from the appfilesbrowser's app.yaml to the destination
app.yaml (and keeping filenames unique) installs it.

Sincerely
Niklas

On Feb 19, 2:41 am, luismgz  wrote:
> Very interesting!
> But please explain, how should I install this?
> Should I place the src folder in the rrot directory? Should I copy the
> files?
> How should I avoid conflicts with my own scripts (.py, yaml, static,
> etc)?
>
> Luis
>
> On 9 feb, 20:44, niklasr  wrote:
>
> > I includehttp://appfilesbrowser.googlecode.com/files/GAEAppFileBrowser.rar
> > and download deployed source to local. Datastore backup solution seems
> > to be approcket.
> > regards
> > Niklas
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[google-appengine] Re: Download code

2009-02-20 Thread Sylvain

Personally,  I use a script like this one (with 7zip):

So I can get _ALL_ my project with static files.
Very easy and now it works with 10 mo project. So it is very big
(zipped)

--- START BAT ---
7za a -tzip src\source.zip src\ -xr!*.pyc
appcfg.py update src/
--- END BAT ---

 APP.YAML ---
- url: /source.zip
  static_files: source.zip
  upload: source.zip
  login: admin



On Feb 20, 10:29 am, niklasr  wrote:
> Placing files from the GAEAppFileBrowser.rar src folder in the app's
> root directory,( listfiles.py in the same root folder as app.yaml )
> and the yaml from the appfilesbrowser's app.yaml to the destination
> app.yaml (and keeping filenames unique) installs it.
>
> Sincerely
> Niklas
>
> On Feb 19, 2:41 am, luismgz  wrote:
>
> > Very interesting!
> > But please explain, how should I install this?
> > Should I place the src folder in the rrot directory? Should I copy the
> > files?
> > How should I avoid conflicts with my own scripts (.py, yaml, static,
> > etc)?
>
> > Luis
>
> > On 9 feb, 20:44, niklasr  wrote:
>
> > > I includehttp://appfilesbrowser.googlecode.com/files/GAEAppFileBrowser.rar
> > > and download deployed source to local. Datastore backup solution seems
> > > to be approcket.
> > > regards
> > > Niklas
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[google-appengine] Re: Download code

2009-02-23 Thread Luis Gonzalez

Sorry, but there's something that's not quite clear:
I understand that I must place all files within src into the root
directory.
But I don't understand what to do with the yaml files.
Because now I have two app.yaml files (my site's one and
GAEAppFileBrowser's one)...


On 20 feb, 06:29, niklasr  wrote:
> Placing files from the GAEAppFileBrowser.rar src folder in the app's
> root directory,( listfiles.py in the same root folder as app.yaml )
> and the yaml from the appfilesbrowser's app.yaml to the destination
> app.yaml (and keeping filenames unique) installs it.
>
> Sincerely
> Niklas
>
> On Feb 19, 2:41 am, luismgz  wrote:
>
> > Very interesting!
> > But please explain, how should I install this?
> > Should I place the src folder in the rrot directory? Should I copy the
> > files?
> > How should I avoid conflicts with my own scripts (.py, yaml, static,
> > etc)?
>
> > Luis
>
> > On 9 feb, 20:44, niklasr  wrote:
>
> > > I includehttp://appfilesbrowser.googlecode.com/files/GAEAppFileBrowser.rar
> > > and download deployed source to local. Datastore backup solution seems
> > > to be approcket.
> > > regards
> > > Niklas
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[google-appengine] Re: Download code

2009-02-23 Thread niklasr

merging GAEAppFileBrowser's app.yaml handlers into one's own app.yaml
enables it.
try paste the 2 rows

- url: /listfiles.*
  script: listfiles.py

and optionally

- url: /onlinedebug.*
  script: onlinedebug/onlinedebug.py

- url: /static
  static_dir: static

Niklas

On Feb 23, 11:29 pm, Luis Gonzalez  wrote:
> Sorry, but there's something that's not quite clear:
> I understand that I must place all files within src into the root
> directory.
> But I don't understand what to do with the yaml files.
> Because now I have two app.yaml files (my site's one and
> GAEAppFileBrowser's one)...
>
> On 20 feb, 06:29, niklasr  wrote:
>
> > Placing files from the GAEAppFileBrowser.rar src folder in the app's
> > root directory,( listfiles.py in the same root folder as app.yaml )
> > and the yaml from the appfilesbrowser's app.yaml to the destination
> > app.yaml (and keeping filenames unique) installs it.
>
> > Sincerely
> > Niklas
>
> > On Feb 19, 2:41 am, luismgz  wrote:
>
> > > Very interesting!
> > > But please explain, how should I install this?
> > > Should I place the src folder in the rrot directory? Should I copy the
> > > files?
> > > How should I avoid conflicts with my own scripts (.py, yaml, static,
> > > etc)?
>
> > > Luis
>
> > > On 9 feb, 20:44, niklasr  wrote:
>
> > > > I 
> > > > includehttp://appfilesbrowser.googlecode.com/files/GAEAppFileBrowser.rar
> > > > and download deployed source to local. Datastore backup solution seems
> > > > to be approcket.
> > > > regards
> > > > Niklas
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[google-appengine] Re: Download code

2009-02-24 Thread Sylvain

You must have only one.

Copy/past the GAEFB handlers at the top of your app.yaml

Regards

On Feb 23, 11:29 pm, Luis Gonzalez  wrote:
> Sorry, but there's something that's not quite clear:
> I understand that I must place all files within src into the root
> directory.
> But I don't understand what to do with the yaml files.
> Because now I have two app.yaml files (my site's one and
> GAEAppFileBrowser's one)...
>
> On 20 feb, 06:29, niklasr  wrote:
>
> > Placing files from the GAEAppFileBrowser.rar src folder in the app's
> > root directory,( listfiles.py in the same root folder as app.yaml )
> > and the yaml from the appfilesbrowser's app.yaml to the destination
> > app.yaml (and keeping filenames unique) installs it.
>
> > Sincerely
> > Niklas
>
> > On Feb 19, 2:41 am, luismgz  wrote:
>
> > > Very interesting!
> > > But please explain, how should I install this?
> > > Should I place the src folder in the rrot directory? Should I copy the
> > > files?
> > > How should I avoid conflicts with my own scripts (.py, yaml, static,
> > > etc)?
>
> > > Luis
>
> > > On 9 feb, 20:44, niklasr  wrote:
>
> > > > I 
> > > > includehttp://appfilesbrowser.googlecode.com/files/GAEAppFileBrowser.rar
> > > > and download deployed source to local. Datastore backup solution seems
> > > > to be approcket.
> > > > regards
> > > > Niklas
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---