Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 590 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 590 Bytes

Install Drone CI on local machine

Prerequisites:

  1. Docker
  2. Docker-compose

Installing Drone CI:

  1. Rename drone-example.env into drone.env and set your github clientId, clientSecret as well as your github username
  2. Run one command to start Drone CI: ./bin/start-local.sh

That's it! ./bin/start-local.sh script uses docker-compose to run Drone UI and Drone Agent. Environment variables from drone.env are in the .gitignore to keep your secrets outside of github repository.