Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elibixby committed May 7, 2015
1 parent 6a9b4b3 commit 0eaebfc
Showing 1 changed file with 3 additions and 46 deletions.
49 changes: 3 additions & 46 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,51 +1,8 @@
## Project Name
## Google Cloud Platform Python Samples

Project description.
This repository is holds the samples used in the python documentation on [cloud.google.com](cloud.google.com).

See our other [Google Cloud Platform github
repos](https://github.com/GoogleCloudPlatform) for sample applications and
scaffolding for other frameworks and use cases.

## Run Locally
1. Install the [Google Cloud SDK](https://cloud.google.com/sdk/), including the [gcloud tool](https://cloud.google.com/sdk/gcloud/), and [gcloud app component](https://cloud.google.com/sdk/gcloud-app).
2. Setup the gcloud tool.

```
gcloud components update app
gcloud auth login
gcloud config set project <your-app-id>
```
You don't need a valid app-id to run locally, but will need a valid id to deploy below.

1. Clone this repo.

```
git clone https://github.com/GoogleCloudPlatform/<REPO NAME>.git
```
1. Run this project locally from the command line.

```
gcloud preview app run <REPO NAME>/
```

1. Visit the application at [http://localhost:8080](http://localhost:8080).

## Deploying

1. Use the [Cloud Developer Console](https://console.developer.google.com) to create a project/app id. (App id and project id are identical)
2. Configure gcloud with your app id.

```
gcloud config set project <your-app-id>
```
1. Use the [Admin Console](https://appengine.google.com) to view data, queues, and other App Engine specific administration tasks.
1. Use gcloud to deploy your app.

```
gcloud preview app deploy <REPO NAME>/
```

1. Congratulations! Your application is now live at your-app-id.appspot.com
For more detailed introduction to a product, check the README in the cooresponding folder.

## Contributing changes

Expand Down

0 comments on commit 0eaebfc

Please sign in to comment.