lig 发表于 2018-9-19 09:32:23

Install gitlab on CentOS

# gitlab-ctl show-config  
Starting Chef Client, version 12.4.0.rc.2
  
resolving cookbooks for run list: ["gitlab::show_config"]
  
Synchronizing Cookbooks:
  
- package
  
- runit
  
- gitlab
  
Compiling Cookbooks...
  
{
  
"gitlab": {
  
    "bootstrap": {
  

  
    },
  
    "omnibus-gitconfig": {
  

  
    },
  
    "user": {
  
      "git_user_email": "gitlab@"
  
    },
  
    "redis": {
  

  
    },
  
    "ci-redis": {
  

  
    },
  
    "gitlab-rails": {
  
      "smtp_enable": true,
  
      "smtp_address": "",
  
      "smtp_port": 587,
  
      "secret_token": "**********",
  
      "gitlab_host": "",
  
      "gitlab_email_from": "gitlab@",
  
      "gitlab_https": false,
  
      "gitlab_port": 80,
  
      "db_username": "gitlab",
  
      "db_host": null,
  
      "db_port": 5432
  
    },
  
    "gitlab-ci": {
  
      "secret_token": null,
  
      "secret_key_base": "**********",
  
      "db_key_base": "**********",
  
      "db_username": "gitlab_ci",
  
      "db_host": null,
  
      "db_port": 5432
  
    },
  
    "gitlab-shell": {
  
      "secret_token": "**********"
  
    },
  
    "unicorn": {
  

  
    },
  
    "ci-unicorn": {
  

  
    },
  
    "sidekiq": {
  

  
    },
  
    "ci-sidekiq": {
  

  
    },
  
    "nginx": {
  
      "listen_port": 80
  
    },
  
    "ci-nginx": {
  
      "listen_port": 80
  
    },
  
    "logging": {
  

  
    },
  
    "remote-syslog": {
  

  
    },
  
    "logrotate": {
  

  
    },
  
    "high-availability": {
  

  
    },
  
    "postgresql": {
  

  
    },
  
    "web-server": {
  

  
    },
  
    "external-url": "http://",
  
    "ci-external-url": null
  
}
  
}
  
Converging 0 resources
  

  
Running handlers:
  
Running handlers complete
  
Chef Client finished, 0/0 resources updated in 1.889371755 seconds


页: [1]
查看完整版本: Install gitlab on CentOS