harness-drone/BUILDING

12 lines
304 B
Text
Raw Permalink Normal View History

2019-02-19 23:56:41 +00:00
1. Clone the repository
2. Install go 1.11 or later with Go modules enabled
2017-10-21 17:29:14 +00:00
3. Install binaries to $GOPATH/bin
go install github.com/drone/drone/cmd/drone-server
2019-02-19 23:56:41 +00:00
4. Start the server at localhost:8080
export DRONE_GITHUB_CLIENT_ID=...
export DRONE_GITHUB_CLIENT_SECRET=...
drone-server