Skip to content

Commit

Permalink
Fix broken build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ewxrjk committed Aug 9, 2018
1 parent b1fb367 commit 01ff449
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions auth_server/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
### Building local image

```
git clone https://github.com/cesanta/docker_auth.git
cd docker_auth/auth_server
# copy ca certificate to /etc/ssl/certs/ca-certificates.crt
pip install gitpython
mkdir /var/tmp/go
mkdir -p /var/tmp/go/src/github.com/cesanta
cd /var/tmp/go/src/github.com/cesanta
git clone https://github.com/cesanta/docker_auth.git
cd docker_auth/auth_server
export GOPATH=/var/tmp/go
export PATH=$PATH:$GOPATH/bin
# download dependencies
make deps
# build source
make generate
make
```

0 comments on commit 01ff449

Please sign in to comment.