Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #28132 > unrolled thread

Basic Question. Deploy new Master/Slave (M/S) datastore

Started byYlodis <ylodis@gmail.com>
First post2012-08-30 08:51 -0700
Last post2012-08-30 21:32 -0400
Articles 6 — 4 participants

Back to article view | Back to comp.lang.python


Contents

  Basic Question. Deploy new Master/Slave (M/S) datastore Ylodis <ylodis@gmail.com> - 2012-08-30 08:51 -0700
    Re: Basic Question. Deploy new Master/Slave (M/S) datastore Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-08-30 18:27 +0100
    Re: Basic Question. Deploy new Master/Slave (M/S) datastore Terry Reedy <tjreedy@udel.edu> - 2012-08-30 14:16 -0400
      Re: Basic Question. Deploy new Master/Slave (M/S) datastore Ylodis <ylodis@gmail.com> - 2012-08-30 15:32 -0700
      Re: Basic Question. Deploy new Master/Slave (M/S) datastore Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-08-30 23:46 +0100
    Re: Basic Question. Deploy new Master/Slave (M/S) datastore Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-08-30 21:32 -0400

#28132 — Basic Question. Deploy new Master/Slave (M/S) datastore

FromYlodis <ylodis@gmail.com>
Date2012-08-30 08:51 -0700
SubjectBasic Question. Deploy new Master/Slave (M/S) datastore
Message-ID<a5b83943-422b-4c3e-9350-21b27149a788@googlegroups.com>
Hi,

I had an old and deprecated Master/Slave (M/S) datastore
and I trying to pass its content to a new Master/Slave (M/S) datastore as is expained here :
https://developers.google.com/appengine/docs/adminconsole/migration#Deploying_Your_New_HRD_Application

Where it say I have to :

"appcfg.py update myapp/"

where have I to type that ?

[toc] | [next] | [standalone]


#28135

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2012-08-30 18:27 +0100
Message-ID<mailman.3977.1346347506.4697.python-list@python.org>
In reply to#28132
On 30/08/2012 16:51, Ylodis wrote:
> Hi,
>
> I had an old and deprecated Master/Slave (M/S) datastore
> and I trying to pass its content to a new Master/Slave (M/S) datastore as is expained here :
> https://developers.google.com/appengine/docs/adminconsole/migration#Deploying_Your_New_HRD_Application
>
> Where it say I have to :
>
> "appcfg.py update myapp/"
>
> where have I to type that ?
>

The facetious answer is the keyboard as this isn't really a Python 
question :)  I haven't looked at the link but I assume you need a 
console or terminal window for your OS, that's cmd for Windows for which 
you might need administrator privileges as I've no idea what you're doing.

-- 
Cheers.

Mark Lawrence.

[toc] | [prev] | [next] | [standalone]


#28137

FromTerry Reedy <tjreedy@udel.edu>
Date2012-08-30 14:16 -0400
Message-ID<mailman.3980.1346350664.4697.python-list@python.org>
In reply to#28132
On 8/30/2012 11:51 AM, Ylodis wrote:
> Hi,
>
> I had an old and deprecated Master/Slave (M/S) datastore
> and I trying to pass its content to a new Master/Slave (M/S) datastore as is expained here :
> https://developers.google.com/appengine/docs/adminconsole/migration#Deploying_Your_New_HRD_Application
>
> Where it say I have to :
>
> "appcfg.py update myapp/"
>
> where have I to type that ?

I have not used app engine, but ...

Since the action needs to happen on the Google servers, rather than on 
your machine, I would expect that there should be a text box in the 
Administration Console (looking above Deploying Your New ... .

-- 
Terry Jan Reedy

[toc] | [prev] | [next] | [standalone]


#28145

FromYlodis <ylodis@gmail.com>
Date2012-08-30 15:32 -0700
Message-ID<mailman.3989.1346365978.4697.python-list@python.org>
In reply to#28137
That is the question, where have I to write, and what have I to write.

My old acount was tarot-gratis, the new account is tarot-gratis-hrd.

What have I to write, where Google help says "myapp" ? Where should I write appcfg.py update 'myapp'/

[toc] | [prev] | [next] | [standalone]


#28146

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2012-08-30 23:46 +0100
Message-ID<mailman.3990.1346366695.4697.python-list@python.org>
In reply to#28137
On 30/08/2012 23:32, Ylodis wrote:
> That is the question, where have I to write, and what have I to write.
>
> My old acount was tarot-gratis, the new account is tarot-gratis-hrd.
>
> What have I to write, where Google help says "myapp" ? Where should I write appcfg.py update 'myapp'/
>

Probably where Terry Reedy told you to look some hours ago!!!

-- 
Cheers.

Mark Lawrence.

[toc] | [prev] | [next] | [standalone]


#28155

FromDennis Lee Bieber <wlfraed@ix.netcom.com>
Date2012-08-30 21:32 -0400
Message-ID<mailman.3996.1346376754.4697.python-list@python.org>
In reply to#28132
On Thu, 30 Aug 2012 10:37:03 -0700 (PDT), Ylodis <ylodis@gmail.com>
declaimed the following in gmane.comp.python.general:

> I am trying to use a Google public storage that is managed in python. 
> 
> I do web developement, I have very litle idea about python, english is not my natural language and as you can see, I am very lost. I do not even now which group cold help me.

	Probably a Google AppEngine support group...
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
        wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web