网络配置
-
vi /etc/sysconfig/network-scripts/ifcfg-xxxx
ONBOOT=yes
BOOTPROTO=dhcp
IPADDR=x.x.x.x
NETMASK=255.255.0.0
GATEWAY=x.0.0.1
DNS1=x.x.x.x
目录权限
-
yum -y install httpd mod_ssl mod_perl
-
vi /etc/httpd/conf/httpd.conf
ServerName
localhost:80
-
service httpd start
-
firewall-cmd –add-service=http –permanent
-
firewall-cmd –add-port=80/tcp –permanent
-
firewall-cmd –reload
-
chkconfig httpd on
-
vi /etc/httpd/conf/httpd.conf
Directory "/var/www/tools"
Options Indexes
Order allow,deny
IndexOptions Charset=UTF-8
Allow from all
Directory
-
vi /etc/httpd/conf.d/welcome.conf
Options +Indexes
代码管理 - gitlab
-
yum -y install wget curl policycoreutils-python openssh-server openssh-clients postfix
-
systemctl enable sshd && systemctl start sshd
-
systemctl enable postfix && systemctl start postfix
-
rpm -i gitlab-ce-10.0.0-ce.0.el7.x86_64.rpm
-
vim /etc/gitlab/gitlab.rb
external_url 'http://localhost:8090'
-
firewall-cmd –add-port=8090/tcp –permanent
-
firewall-cmd –reload
-
systemctl restart gitlab-runsvdir
-
gitlab-ctl reconfigure
-
gitlab-ctl restart
API文档 - showdoc
Buglist - redmine
邮箱 - mailinabox zimbra postfix
任务管理 - trallo
游戏日志报表 - elk kafka
后台监控 - zabbix
自动化流程 - jenkins
聊天 - mattermost
UI设计 - pxcook
UI流程 - 墨刀