Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to deploy the project management software of Zen Taoism in centos

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

It is believed that many inexperienced people have no idea about how to deploy Zen project management software in centos. Therefore, this paper summarizes the causes and solutions of the problem. Through this article, I hope you can solve this problem.

First, install the php environment # php family bucket yum install php-mysql php-gd libjpeg* php-imap php-ldap php-odbc php-pear php-xml php-xmlrpc php-mbstring php-mcrypt php-bcmath php-mhash libmcrypt libmcrypt-devel php-fpm# setting php.ini vim / etc/php.inisession.save_path = "/ tmp" extension=php_pdo.dllextension=php_pdo_mysql.dllextension=php_mbstring.dllmbstring.language=Chinesembstring.internal_encoding=UTF-8mbstring.encoding_translation=Onmbstring.http_input=UTF-8mbstring.http_output=UTF-8mbstring.detect_order=UTF-8mbstring.substitute_character= non II. Install the Zen project management software # download the source code http://dl.cnezsoft.com/zentao/11.5.1/ZenTaoPMS.11.5.1.zip# and extract it to the / data/web/ folder where there is a zentaopms folder

3. Nginx configuration vim / etc/nginx/nginx.conf# adds the following code server {listen 9001; rewrite_log on; server_name localhost; # charset koi8-r; # access_log logs/host.access.log main; location / {root / data/web/zentaopms/www; index index.html index.htm index.php If (!-e $request_filename) {rewrite ^ / (. *) $/ index.php/$1 last; break;}} error_page 502 503 504 / 50x.htl; location = / 50x.html {root html } location ~\ .php$ {root / data/web/zentaopms/www; fastcgi_pass 127.0.0.1 root 9000; fastcgi_index index.php; # fastcgi_param SCRIPT_FILENAME / scripts$fastcgi_script_name; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name Include fastcgi_params;}} 4. Then follow step # configure mysql# to set company information # set administrator information # Open system Firewall iptables or firewal after reading the above, have you mastered how to deploy Zen project management software in centos? If you want to learn more skills or want to know more about it, you are welcome to follow the industry information channel, thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report