Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ Now manages all projects under a single GAE App ID. Each project is considered a
## Installing
1. Clone repo
1. Navigate to your newly cloned folder and run `sudo ./scripts/install`

or

1. Via curl with `curl -s https://raw.githubusercontent.com/leftfieldlabs/drawbridge/master/scripts/install | sh`

## Using and deploying
Expand All @@ -34,7 +36,8 @@ or
1. Visit `[release]-dot-[app-id].appspot.com` to see your site

## Whitelisting
1. Head to `[release]-dot-[app-id].appspot.com/admin` with your GCP email and add users or organizations.
1. Head to `[release]-dot-[app-id].appspot.com/admin` with your GCP email.
1. Add users or organizations.

## Updating
Run `drawbridge update` from anywhere to get latest vault code
Expand Down