安装禅道

1.禅道介绍

禅道 项目管理软件 是国产的开源项目管理软件,专注研发项目管理,内置需求管理、任务管理、bug管理、缺陷管理、用例管理、计划发布等功能,实现了软件的完整生命周期管理。

禅道属于开源项目,有收费版,本次以开源版9.1.2进行搭建

禅道官网:http://www.zentao.net/

提示:本地环境我们没有安装mysql,安装禅道环境需要LNMP或者LAMP,本地以LAP进行演示 
php版本5.5.30 
nginx版本1.10.3
  • 1.1.环境准备

[root@chandao ~]# cat /etc/redhat-release 
CentOS release 6.5 (Final)
[root@chandao ~]# /etc/init.d/ip
ip6tables  iptables   
[root@chandao ~]# /etc/init.d/iptables stop
iptables: Setting chains to policy ACCEPT: filter          [  OK  ]
iptables: Flushing firewall rules:                         [  OK  ]
iptables: Unloading modules:                               [  OK  ]
[root@chandao ~]# setenforce 0
#调整文件描述符
[root@chandao ~]# echo '*   -    nofile   100000 ' >>/etc/security/limits.conf

1.2 安装nginx  

[root@chandao src]# wget http://nginx.org/download/nginx-1.10.3.tar.gz
[root@chandao src]# tar xf nginx-1.10.3.tar.gz 
[root@chandao src]# useradd -s /sbin/nologin www -M 
[root@chandao src]# yum install -y gcc glibc gcc-c++ prce-devel openssl-devel pcre-devel
[root@chandao src]# cd nginx-1.10.3
[root@chandao nginx-1.10.3]# ./configure --prefix=/usr/local/nginx-1.10.3 --user=www --group=www --with-http_ssl_module --with-http_stub_status_module
[root@chandao nginx-1.10.3]# make && make install 
[root@chandao nginx-1.10.3]# ln -s /usr/local/nginx-1.10.3 /usr/local/nginx

1.3 安装php

[root@moban-6 local]# yum install zlib-devel libxml2-devel libjpeg-devel libjpeg-turbo-devel libiconv-devel -y
[root@moban-6 local]# yum install freetype-devel libpng-devel gd-devel libcurl-devel libxslt-devel libxslt-devel -y

  

 

转载于:https://www.cnblogs.com/jin66/p/8024600.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值