| Index: dashboard/docs/getting-set-up.md
|
| diff --git a/dashboard/docs/getting-set-up.md b/dashboard/docs/getting-set-up.md
|
| index 4ce4efedc9f9acdb24ee70f299f392e49968b6d3..a050ca7880248e50a5cb4a488e956c37f4f2986b 100644
|
| --- a/dashboard/docs/getting-set-up.md
|
| +++ b/dashboard/docs/getting-set-up.md
|
| @@ -2,11 +2,8 @@
|
|
|
| ## Prerequisites
|
|
|
| -Running the tests, running the local server and
|
| -deploying all depends on having the [the App Engine
|
| -SDK](https://cloud.google.com/appengine/downloads).
|
| -
|
| -After downloading and unpacking, you should add the path to the SDK to `PATH`.
|
| +Running the tests, running the local server, and deploying depend on having
|
| +the [the Google Cloud SDK](https://cloud.google.com/sdk/downloads).
|
|
|
| ## Running the tests
|
|
|
| @@ -24,14 +21,16 @@ To load sample graph or alert data from production, navigate to
|
|
|
| ## Deploying to production
|
|
|
| -To deploy, you can run `bin/deploy`, which prepares the
|
| -code to be deployed and runs `appcfg.py`. Note that this
|
| -doesn't set the new version as the default version; to do
|
| -this, you can use the versions page on the [Google Developers
|
| -Console](https://console.developers.google.com/) if you have edit or
|
| -owner permissions for the App Engine project; otherwise if you want to
|
| -request to set a new default version for chromeperf.appspot.com you can
|
| -contact chrome-perf-dashboard-team@google.com.
|
| +To deploy, you can run `bin/deploy`, which prepares the code to be deployed and
|
| +runs `gcloud app deploy`. If you modify any `*.yaml` files, you can pass them as
|
| +parameters to `bin/deploy` to deploy the updated configs.
|
| +
|
| +When deploying services, `bin/deploy` doesn't set the new version as the default
|
| +version; to do this, you can use the Versions page on the [Google Developers
|
| +Console](https://console.developers.google.com/) if you have edit or owner
|
| +permissions for the App Engine project; otherwise if you want to request to set
|
| +a new default version for chromeperf.appspot.com you can contact
|
| +chrome-perf-dashboard-team@google.com.
|
|
|
| After deploying, there is a checklist to verify that no major functionality
|
| has regressed: [deploy checklist](/dashboard/docs/deploy-checklist.md).
|
|
|