zoukankan      html  css  js  c++  java
  • gitlab安装

    [root@localhost ~]# wget https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh
    [root@localhost ~]# chmod +x script.rpm.sh 
    [root@localhost ~]# ./script.rpm.sh 

    网盘地址:https://pan.baidu.com/s/1c1JHXXQ

    [root@ok Downloads]# rpm -ivh gitlab-7.1.1_omnibus-1.el6.x86_64.rpm 
    Preparing...                ########################################### [100%]
       1:gitlab                 ########################################### [100%]
    Thank you for installing GitLab!
    You can configure GitLab for your system by running the following command:
    
    sudo gitlab-ctl reconfigure
    [root@localhost src]# gitlab-ctl reconfigure
    [root@localhost ~]# netstat -lnutp
    Active Internet connections (only servers)
    Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name   
    tcp        0      0 127.0.0.1:6379              0.0.0.0:*                   LISTEN      2373/redis-server 1 
    tcp        0      0 0.0.0.0:80                  0.0.0.0:*                   LISTEN      2680/nginx          
    tcp        0      0 127.0.0.1:8080              0.0.0.0:*                   LISTEN      2614/unicorn master 
    tcp        0      0 0.0.0.0:22                  0.0.0.0:*                   LISTEN      1691/sshd           
    tcp        0      0 127.0.0.1:25                0.0.0.0:*                   LISTEN      1510/master         
    tcp        0      0 :::22                       :::*                        LISTEN      1691/sshd           
    tcp        0      0 ::1:25                      :::*                        LISTEN      1510/master         
    udp        0      0 0.0.0.0:68                  0.0.0.0:*                               3294/dhclient       
    [root@localhost ~]# /etc/init.d/iptables stop
    iptables: Setting chains to policy ACCEPT: filter          [  OK  ]
    iptables: Flushing firewall rules:                         [  OK  ]
    iptables: Unloading modules:                               [  OK  ]

  • 相关阅读:
    Installing Apache Spark on Ubuntu 16.04
    基尼系数(Gini coefficient),洛伦茨系数
    非平衡数据机器学习
    FCM聚类算法介绍
    基于大数据技术的手机用户画像与征信研究
    归一化方法 Normalization Method
    区块链(Blockchain)
    统计抽样
    动态规划 Dynamic Programming
    LTE中的各种ID含义
  • 原文地址:https://www.cnblogs.com/bass6/p/5925462.html
Copyright © 2011-2022 走看看