harness-drone/BUILDING

12 lines
304 B
Text
Raw Normal View History

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