以下列出本次教程實現的功能:
1.smb檔案共享(由於mac的smb android無法訪問,所以用了第三方的smbup)
2.http 檔案雲(方便區域網內使用者訪問)
4.自帶的svn使用(**管理、備份、版本控制)
好了,一步一步的來吧!
2.開啟mac上的螢幕共享、遠端登入
3.連線上伺服器
4.安裝 brew、wget
ruby -e "$(curl -fssl
"
brew install wget
wget解壓到 /library/webserver/documents/ ,你也可以解壓在任意位置,httpd-vhosts.conf指定documentroot 為該位置即可unzip kodexplorer3.46.zip
chmod -rf 777 ./*
6.開啟php伺服器
新增 listen 8003(為webui-aria2做準備)
取消注釋 loadmodule php5_module libexec/apache2/libphp5.so
allowoverride none
# require all denied
儲存vim /etc/apache2/extra/httpd-vhosts.conf
配置virtual host,主要指定埠以及documentroot 即可
documentroot "/library/webserver/documents/"
errorlog "/private/var/log/apache2/kodexplore.com-error_log"
customlog "/private/var/log/apache2/kodexplore.com-access_log" common
# serveradmin [email protected]
documentroot "/users/lvlidong/webui-aria2/"
servername webui-aria2
errorlog "/private/var/log/apache2/webui-aria2.com-error_log"
customlog "/private/var/log/apache2/webui-aria2.com-access_log" common
儲存apachectl start
根據提示安裝,在設定-》安全性與隱私-》允許安裝
安裝好後,設定name,add new shared driver,選擇kodexpolore 公共目錄home的路徑,這樣smb、http共享目錄檔案就同步了
配置authz passwd svnserver 這3個檔案,關鍵是注意配置的時候檔案每行的前面不能有空格,否則會導致無法訪問
svnserver -d -r /users/lvlidong/svn 啟動服務
手把手教你配置騰訊雲windows伺服器
搭建windows雲伺服器是乙個系統的操作過程,需要了解伺服器及windows server系統的相關知識。本文分享如何搭建 windows雲伺服器的過程。1 選好cpu 記憶體 頻寬,地域,這幾個是主要的。其他都可以預設選擇。2 作業系統要選擇 windows 2012,比 windows 200...
手把手教你配置騰訊雲windows伺服器教程
搭建windows雲伺服器是乙個系統的操作過程,需要了解伺服器及windows server系統的相關知識。老魏分享如何搭建 windows雲伺服器的過程。1 選好cpu 記憶體 頻寬,地域,這幾個是主要的。其他都可以預設選擇。2 作業系統要選擇 windows 2012,比 windows 200...
手把手教你配置samba伺服器
rpm q samba 檢視samba是否安裝,如未安裝,則執行下列安裝 rpm ivh squid 2.5.stable1 2.i386.rpm vi etc services 檢視以netbios開頭的服務是否可用,必須要全部可用 linux防火牆要關閉 ls etc samba 無smbpas...