可道雲kodexplorer+阿里雲架設我的存儲

阿里雲  CentOS 7.2 64位php

一 安裝xampp
1.下載xampp,爲kodexplorer安裝php環境linux

wget "http://sourceforge.net/projects/xampp/files/XAMPP Linux/5.6.14/xampp-linux-x64-5.6.14-0-installer.run"

2.安裝,過程當中沒有仔細看都是按Y過的tomcat

chmod a+x  xampp-linux-*.run
./xampp-linux-*.run

3.啓動xampp服務器

/opt/lampp/lampp start   
/opt/lampp/lampp stop      

須要注意的是若是服務器中有80和3306(21)端口占用會啓動失敗,本人以前在服務器上有tomcat和mariaDB把端口占用了,都停用以後啓動成功,阿里雲

新版本配置文件合成了一個/opt/lampp/properties.ini 試圖改過端口可是啓動仍是失敗沒有繼續深究。spa

二 安裝kodexplorer(免費版).net

1.下載kodexplorercode

wget http://static.kodcloud.com/update/download/kodexplorer4.37.zip

2.解壓blog

unzip kodex*.zip

須要注意的是我下載這個版本解壓前先mkdir一個目錄,要不都散了。ip

3.放到lampp

cp -r kodexplorer/ /opt/lampp/htdocs/
chmod -R a+x kodexplorer
http://47.94.149.xx/kodexplorer/index.php?user/login

就能夠正常訪問了。

用戶名爲admin 密碼第一次登陸的時候須要設置。

 

PS:查端口使用狀況的命令

lsof -i
lsof -i:80
netstat -tunlp 
netstat -tunlp | grep 80
相關文章
相關標籤/搜索