美文网首页
CentOS7部署私有云盘

CentOS7部署私有云盘

作者: 驮着集装箱的鲸鱼 | 来源:发表于2019-07-21 23:55 被阅读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

(1) 点击最新版本的可道云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/

6. 在浏览器输入服务器IP

image.png

相关文章

网友评论

      本文标题:CentOS7部署私有云盘

      本文链接:https://www.haomeiwen.com/subject/xiyvlctx.html