CentOS7部署私有云盘
2019-07-21 本文已影响0人
驮着集装箱的鲸鱼
1. 所需软件
1、xampp
2、可道云kodexplorer
2. 点击下载xampp
3. 安装xammp,为私有云盘安装构建Apache和PHP环境
(1)上传xampp到CentOS中
(2)授权
[root@web01 /application]# chmod 755 xampp-linux-x64-5.6.14-0-installer.run
[root@web01 /application]# ll -h
total 128M
-rwxr-xr-x 1 root root 128M Jul 21 18:45 xampp-linux-x64-5.6.14-0-installer.run
(3)运行xampp
[root@web01 /application]# ./xampp-linux-x64-5.6.14-0-installer.run
XAMPP Developer Files [Y/n] :y
Is the selection above correct? [Y/n]: y
Press [Enter] to continue: 回车
Do you want to continue? [Y/n]: y
Installing
0% ______________ 50% ______________ 100%
#########################################
4. 启动xampp
[root@web01 /application]# /opt/lampp/lampp start
Starting XAMPP for Linux 5.6.14-0...
XAMPP: Starting Apache...already running.
XAMPP: Starting MySQL...ok.
XAMPP: Starting ProFTPD...ok.
5. 下载和安装可道云kodexplorer
(2)将可道云kodexplorer.zip解压
[root@web01 /application]# mkdir /kodexplorer
[root@web01 /application]# cd /kodexplorer
[root@web01 /kodexplorer]# rz -E
[root@web01 /kodexplorer]# unzip kodexplorer4.40.zip
(3)将解压后的内容拷贝至tdocs目录下
[root@web01 /kodexplorer]# \cp -r * /opt/lampp/htdocs/
[root@web01 /kodexplorer]# chmod -R 777 /opt/lampp/htdocs/