gcloud components update gcloud components install app-engine-python gcloud config set project [PROJECT-ID]Replace
[PROJECT-ID]
with your project ID. For chromeperf.appspot.com, it's chromeperf
.To run the Python unit tests, use bin/run_py_tests
. To run the front-end component tests, use bin/run_dev_server_tests
.
Run bin/dev_server
; this sets up a temporary directory, adds links to required libraries, and calls dev_appserver.py
on that directory. By default, this starts a server on localhost:8080.
To load sample graph or alert data from production, navigate to /load_from_prod.
See Docker deploy.