Quantcast
Channel: Recent Posts in 'How do you run the examples?' | Pragmatic Forums
Viewing all articles
Browse latest Browse all 2

How do you run the examples? posted by Mark Chu-Carroll @ Sat, 08 Jan 2011 23:12:03 +0000

$
0
0

Running the other examples is exactly the same as the way you do that first one.

In the first example, you set up an application first in the online control panel. The you put together the application on your local machine. When you’re ready to deploy the code from your local machine, you run appcfg update _appname_.

That’s what you always do. So to run the multichat example, you’d just set up an application named “multichat” on the GAE online control panel. Then you’d create a local directory named “multichat” on your machine. In that directory, you’d put an “app.yaml” file which contained the information about your application – in particular, giving the application’s deployment name in the “application:” line. Since you’d be working with the multichat app, you’d put “application: multichat” on the first line of app.yaml. Then you could deploy the application to the GAE server by running “appcfg update multichat”.


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images