In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
First install the httpd related software package
Yum install httpd httpd-devel httpd-manual httpd-tools-y
Start the httpd service
Service httpd restart
Add httpd service to boot self-startup
Chkconfig httpd on
At this time, typing the native ip in the browser can open the apache test website. Pay attention to modifying the firewall policy.
Install mysql
Yum install mysql mysql-devel php-mysql mysql-server-y
Add mysqld service to boot self-startup
Chkconfig mysqld on
Start the mysql service
Service mysqld start
Install php and related software packages
Yum install php-common php php-devel php-gd php-imap php-ldap php-mbstring php-pear php-xml php-xmlrpc-y
Cd / var/www/html/
Vim index.php
Set the administrator's password to root
Iptables-F
Setenforce 0
Start the httpd service
Service httpd restart
At this point, typing the native ip in the browser will open the php test website.
Download the PHP forum software at the address below
Http://download.comsenz.com/DiscuzX/3.2/Discuz_X3.2_SC_UTF8.zip
Unzip Discuz_X3.2_SC_UTF8.zip
Copy the upload content to the / var/www/html directory
[root@centos html] # cp-a / usr/local/src/upload/*. /
Give write permission to the following directory
[root@centos html] # chmod-R otakw. / {data,config,uc*}
The browser enters the server IP address and the installation interface of the forum appears.
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.