Created
April 18, 2020 16:04
-
-
Save vanzhiganov/fd5f6a63d931e811adf7274fcdc7ea0c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Clone the repository | |
2. Install go 1.11 or later with Go modules enabled | |
3. Install binaries to $GOPATH/bin | |
go install github.com/drone/drone/cmd/drone-agent | |
go install github.com/drone/drone/cmd/drone-controller | |
go install github.com/drone/drone/cmd/drone-server | |
4. Start the server at localhost:8080 | |
export DRONE_GITHUB_CLIENT_ID=... | |
export DRONE_GITHUB_CLIENT_SECRET=... | |
drone-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment