AKAI TSUKI

System development or Technical something

2017-05-27から1日間の記事一覧

Prepare group, project and user before using GitLab

After installation:akai-tsuki.hatenablog.com set pass for root user. input password of root. login by root. 1. create Group 2. create PJ 3. create users 4. add member to group After adding member: At this point we can not see icon image of…

install GitLab 9.2.2 CE (Omnibus install) on CentOS 7

see: https://about.gitlab.com/downloads/#centos7 summary # yum update # firewall-cmd --permanent --add-service=http # systemctl reload firewalld # curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | b…