8000 GitHub - showxu/gitlab-license
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

showxu/gitlab-license

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license-gen

license-gen helps you generate, verify and enforce gitlab licenses. It is used in GitLab Enterprise Edition.

Installation

Clone this project and then execute:

$ bundle

Usage

  1. Prepare ruby env.

  2. Then execute:

    ruby license_gen.rb
  3. Follow the prompts to enter essential user info.

  4. After the above steps, three license related files will be generated in current workspace folder:

    1. license_key: private key to encrypt the license
    2. license_key.pub: file contains public key to ship along with the main application
    3. #{company}.gitlab-license: the license file to send to a gitlab customer
  5. Replace /opt/gitlab/embedded/service/gitlab-rails/.license_encryption_key.pub with generated public key.

Learn more

  1. File: README — Documentation for gitlab-license.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0