add building oss [ci skip]
This commit is contained in:
parent
fe2ab2c3a4
commit
e2b674e959
2 changed files with 16 additions and 0 deletions
11
BUILDING_OSS
Normal file
11
BUILDING_OSS
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
1. Clone the repository
|
||||||
|
2. Install go 1.11 or later with Go modules enabled
|
||||||
|
3. Install binaries to $GOPATH/bin
|
||||||
|
|
||||||
|
go install -tags oss 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
|
5
LICENSE
5
LICENSE
|
@ -10,6 +10,11 @@ The Drone Enterprise Edition is licensed under the Drone
|
||||||
Non-Commercial License (the "Non-Commercial License"). A copy of
|
Non-Commercial License (the "Non-Commercial License"). A copy of
|
||||||
the Non-Commercial License is provided below.
|
the Non-Commercial License is provided below.
|
||||||
|
|
||||||
|
The source files in this repository have a header indicating
|
||||||
|
which license they are under. The BUILDING_OSS file provides
|
||||||
|
instructions for creating the Community Edition distribution
|
||||||
|
subject to the terms of the Apache License.
|
||||||
|
|
||||||
-----------------------------------------------------------------
|
-----------------------------------------------------------------
|
||||||
|
|
||||||
Drone Non-Commercial License
|
Drone Non-Commercial License
|
||||||
|
|
Loading…
Reference in a new issue