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

Commit

Permalink
add guide about build standalone binary
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Aug 23, 2017
1 parent 20243ec commit 0080e4d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,25 @@ $ curl -X GET http://localhost:8100/api/v1/packages
```

# For developer
Update golang vendor
First checkout this repository

```bash
git clone https://github.com/openatx/wdaproxy $GOPATH/src/github.com/openatx/wdaproxy
cd $GOPATH/src/github.com/openatx/wdaproxy
```

Update golang vendor
```bash
brew install glide
glide up
```

Package web resources into binary

```bash
go generate ./web
go build -tags vfs
```

# LICENSE
Under [MIT](LICENSE)

0 comments on commit 0080e4d

Please sign in to comment.