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
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,19 @@ 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
1. Create a Google Cloud Platform (GCP) project, but don't create an AppEngine instance. Must be project owner to deploy.
1. Create a Google Cloud Platform (GCP) project, but don't create an AppEngine instance. Must be project owner or project editor to deploy.
1. From inside the directory with all your site assets, run `drawbridge deploy [app-id] [release]`
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