Saturday 12 March 2016

Ho to Install Gitlab Server dependencies



For Gitlab operation we need to configure mail service on Gitlab server. Use any mail services like sendmail, postfix or other SMTP servers etc. In this post we are using postfix email service for sending emails.

[root@linuxcnf ~]# yum install postfix curl policycoreutils
[root@linuxcnf ~]# chkconfig postfix on
[root@linuxcnf ~]# service postfix start
[root@linuxcnf ~]# firewall-cmd --permanent --add-port=80/tcp
[root@linuxcnf ~]# systemctl reload firewalld

To install Gitlab Server, Please follow the steps.

No comments:

Post a Comment