簡約、命令行下的人性化做得比較好,穩(wěn)定,有著強大的英文文檔與開發(fā)社區(qū)的支持,非常多的商業(yè)公司部署在生產(chǎn)環(huán)境上的服務器都是使用的CentOS系統(tǒng)。而kodexplorer可道云是目前國內(nèi)有代表性、美觀易用性好的私有云軟件,本文介紹CentOS下如何部署kodexplorer可道云,搭建私有網(wǎng)盤
工具/原料
PHP環(huán)境配置
可以在串口使用getconf LONG_BIT命令來查看并確定linux操作系統(tǒng)版本
輸出:32表面系統(tǒng)是32位。
輸出:64表面系統(tǒng)是64位。
下載與自己操作系統(tǒng)相適應版本的xampp
[32bit] wgethttps://sourceforge.net/projects/xampp/files/XAMPP%20Linux/5.6.14/xampp-linux-5.6.14-4-installer.run
[64bit] wgethttp://sourceforge.net/projects/xampp/files/XAMPP%20Linux/5.6.14/xampp-linux-x64-5.6.14-0-installer.run
安裝xampp,為私有云安裝構建阿帕奇和php環(huán)境
![](/d/20211018/cea5ba85187e5e63715a3d83b910d19b.gif)
啟動xampp,執(zhí)行/opt/lampp/lampp start啟動服務
下載和安裝可道云kodexplorer
1.下載最新版本的可道云KodExplorer程序
下載地址:http://kodcloud.com/download.html
執(zhí)行:
wget http://static.kalcaddle.com/update/download/kodexplorer3.46.zip
![](/d/20211018/2e6c3729537c14707ec14c8578011a18.gif)
將可道云kodexplorer.zip解壓
cd kodexplorer/
unzip kodexplorer3.46.zip
將解壓后的內(nèi)容拷貝至tdocs目錄下
sudo cp -r kodexplorer/ /opt/lampp/htdocs/
chmod 777 kodexplorer
chmod -R 777 kodexplorer/data/
瀏覽器訪問kodexplorer的index.php即可
http://192.xxx.xxx.xxx/kodexplorer/index.php?user/login
用可道云kodexplorer搭建的私有云各個操作界面一覽
![](/d/20211018/6fa144c639c8a7af012220fd5882c481.gif)
![](/d/20211018/b4329d1945d86c04f6ee4e6befccb7cb.gif)
![](/d/20211018/de59acc965acde91ee4ab5cea4bff194.gif)
![](/d/20211018/d76e44da637e0339e4af7f30da16832d.gif)
以上就是本文的全部內(nèi)容,希望對大家的學習有所幫助,也希望大家多多支持腳本之家。