Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
Merge 96c0a34 into fc73db7
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-tabor committed Nov 7, 2018
2 parents fc73db7 + 96c0a34 commit 1bb608a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@ All backups that was invoked on local application will end up in this project.
ln -s config/index.yaml index.yaml
```

1. Acquire new user credentials to use for application default credentials:
```bash
gcloud auth application-default login
```

1. Run command
```bash
dev_appserver.py app.yaml
Expand All @@ -154,5 +159,5 @@ All backups that was invoked on local application will end up in this project.

1. Run following Python command (you might need to update Google Cloud SDK path)
```bash
python test_runner.py --test-path tests/ -v --test-pattern "test*.py" ./google-cloud-sdk
python test_runner.py --test-path tests/ -v --test-pattern "test*.py" /PATH-TO/google-cloud-sdk
```

0 comments on commit 1bb608a

Please sign in to comment.