使用xftp传到虚拟机。
解压
[[email protected] ~]# unzip -o -d ./Ucenter_1.6 UCenter_1.6.0_SC_UTF8.zip
[[email protected] ~]# cd Ucenter_1.6/
[[email protected] Ucenter_1.6]# cp upload/* /var/www/html/ -r
[[email protected] Ucenter_1.6]# chmod 777 /var/www/html/* -R
[[email protected] Ucenter_1.6]# vim /etc/php.ini
[[email protected] Ucenter_1.6]# service httpd restart
设置域名
[[email protected] ~]# find / -name httpd.conf
[[email protected] ~]# vim /etc/httpd/conf/httpd.conf
[[email protected] ~]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: httpd: Could not reliably determine the server‘s fully qualified domain name, using 192.168.31.130 for ServerName
修改下面去掉警告
[[email protected] ygy]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [ OK ]
在另一台主机的etc/hosts 添加域名
[[email protected] ~]# vim /etc/hosts