Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 904 Bytes

install-with-gitlab.md

File metadata and controls

21 lines (11 loc) · 904 Bytes

Install Drone with GitLab

See the online documentaion: Single Machine | Multi-Machine

How to register OAuth application

Go to your GitLab profile setting and navigate to your account settings and choose Applications from the menu.

gitlab-setup-01

Please make sure that your drone Redirect URI setting. It is very import the authorization callback URL matches your http(s) scheme and hostname exactly with /authorize (0.8) /login (1.0) as the path.

gitlab-setup-02

Copy Application ID and Secret

gitlab-setup-03

Open your drone home page in your browser and login as gitlab account.

gitlab-setup-04