Skip to content

Instantly share code, notes, and snippets.

@vanzhiganov
Created April 18, 2020 16:04
Show Gist options
  • Save vanzhiganov/fd5f6a63d931e811adf7274fcdc7ea0c to your computer and use it in GitHub Desktop.
Save vanzhiganov/fd5f6a63d931e811adf7274fcdc7ea0c to your computer and use it in GitHub Desktop.
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