harness-drone/BUILDING_OSS

12 lines
324 B
Text
Raw Permalink Normal View History

2019-03-13 21:50:24 +00:00
1. Clone the repository
2. Install go 1.11 or later with Go modules enabled
3. Install binaries to $GOPATH/bin
2019-09-16 07:50:05 +00:00
go install -tags "oss nolimit" github.com/drone/drone/cmd/drone-server
2019-03-13 21:50:24 +00:00
4. Start the server at localhost:8080
export DRONE_GITHUB_CLIENT_ID=...
export DRONE_GITHUB_CLIENT_SECRET=...
drone-server