- 博客(9)
- 收藏
- 关注
原创 Twiki 6.0.1安装
Twiki 6.0.1安装安装环境1、CentOS 7.62、Twiki 6.0.1具体步骤:1、安装Apache,修改访问地址192.168.100.240[root@localhost ~]# yum install httpd[root@localhost ~]# vim /etc/httpd/conf/httpd.confServerName 192.168.100.240:802、安装perl,在Twiki官网有列出使用到模块,可在此链接查看https://twiki.org/
2020-08-06 18:17:06 1060
原创 Bugzilla的LDAP登录设置
LDAP登录设置AD域的说明:使用之前配置GitLab时,创建的账号密码AD域名:bj.china.local配置绑定账号:GitLab/Git@2020(此账号需要在AD域中实际存在)账号路径:bj.china.local/users(cn=users,dc=bj,dc=china,dc=local)LDAPseverldap://bj.china.local:389LDAPbinddncn=GitLab,cn=users,dc=bj,dc=china,dc=local:Git@2020
2020-06-05 11:51:35 923
原创 Centos7.6安装Bugzilla5.0.4
安装环境1、Centos7.62、Bugzilla5.0.43、apache、mariadb安装步骤1、安装apache[root@bugzilla ~]# yum install httpd httpd-devel2、安装mariadb[root@bugzilla ~]# yum install mariadb-devel mariadb-server3、安装依赖组件这步组件安装需要花费不小的时间,主要是依赖文件太多,超过了500个[root@bugzilla ~]# yum
2020-06-05 10:27:24 1370 1
原创 NFS客户端挂载错误:RPC: Port mapper failure解决办法
NFS客户端挂载目录错误RPC: Port mapper failure - Unable to receive解决办法错误提示:RPC:端口映射失败[root@Client ~]# showmount -e 192.168.100.xxxclnt_create: RPC: Port mapper failure - Unable to receive: errno 113 (No rout...
2020-04-28 18:07:57 205469 2
原创 CentOS8下安装配置GitLab
一、安装GitLab-ce社区版1.1 安装依赖关系[root@GitLab ~]# dnf install policycoreutils openssh-server postfix1.2 开启SSH并设置开机启动[root@GitLab ~]# systemctl enable sshd[root@GitLab ~]# systemctl start sshd1.3 开放系统...
2020-04-15 18:23:01 3769 3
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人