Skip to content

Commit

Permalink
add building oss [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrydzewski committed Mar 13, 2019
1 parent fe2ab2c commit e2b674e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions BUILDING_OSS
Original file line number Diff line number Diff line change
@@ -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 changes: 5 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ The Drone Enterprise Edition is licensed under the Drone
Non-Commercial License (the "Non-Commercial License"). A copy of
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
Expand Down

0 comments on commit e2b674e

Please sign in to comment.