Skip to content

Commit ba7aee9

Browse files
committed
update install steps; show login img
1 parent a49eada commit ba7aee9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ individual accounts, or a whole google apps domain.
88
[![Build Status](https://secure.travis-ci.org/bitly/google_auth_proxy.png?branch=master)](http://travis-ci.org/bitly/google_auth_proxy)
99

1010

11+
![sign_in_page](https://cloud.githubusercontent.com/assets/45028/4970624/7feb7dd8-6886-11e4-93e0-c9904af44ea8.png)
12+
1113
## Architecture
1214

1315
```
@@ -22,8 +24,10 @@ individual accounts, or a whole google apps domain.
2224

2325
## Installation
2426

25-
1. [Install Go](http://golang.org/doc/install)
26-
2. `$ go get github.com/bitly/google_auth_proxy`. This should put the binary in `$GOROOT/bin`
27+
1. Download [Prebuilt Binary](https://github.com/bitly/google_auth_proxy/releases) or build from `master` with `$ go get github.com/bitly/google_auth_proxy` which should put the binary in `$GOROOT/bin`
28+
2. Register an OAuth Application with Google
29+
3. Configure Google Auth Proxy using config file, command line options, or environment variables
30+
4. Deploy behind a SSL endpoint (example provided for Nginx)
2731

2832
## OAuth Configuration
2933

0 commit comments

Comments
 (0)