差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

下次修改
前次修改
tech:ubuntu_subversion [2022/01/10 19:28] – 建立 jonathantech:ubuntu_subversion [2022/01/10 19:37] (目前版本) jonathan
行 1: 行 1:
-====== 在 Ubuntu 20.04 底下安裝 Subversion(SVN) Server + submin ======+====== [draft]在 Ubuntu 20.04 安裝 Subversion(SVN) Server + submin ======
   * 採用 PVE 內提供的 Ubuntu 20.04 建立 CT   * 採用 PVE 內提供的 Ubuntu 20.04 建立 CT
   * 預計安裝與配置:   * 預計安裝與配置:
行 38: 行 38:
 </code> </code>
   * 產生 apache 的設定檔 <code sh>   * 產生 apache 的設定檔 <code sh>
-ln -s /opt/submin/conf/apache-2.4-webui-cgi.conf /etc/apache2/conf.d+ln -s /opt/submin/conf/apache-2.4-webui-cgi.conf /etc/apache2/conf-enabled
-ln -s /opt/submin/conf/apache-2.4-svn.conf /etc/apache2/conf.d/+ln -s /opt/submin/conf/apache-2.4-svn.conf /etc/apache2/conf-enabled/
 </code> </code>
   * 設定開機啟動與重新啟動 apache <code sh>   * 設定開機啟動與重新啟動 apache <code sh>
-rc-service apache2 start +systemctl start apache2 
-rc-update add apache2+systemctl enable apache2 
 </code> </code>
   * 設定與確認 E-Mail 是否可以正常運作<code sh>   * 設定與確認 E-Mail 是否可以正常運作<code sh>
行 104: 行 105:
  
 ===== 參考網址 ===== ===== 參考網址 =====
-  * https://pkgs.alpinelinux.org/package/edge/main/x86/subversion 
   * https://www.ichiayi.com/tech/centos7_svn   * https://www.ichiayi.com/tech/centos7_svn
-  * https://wiki.alpinelinux.org/wiki/Apache 
-  * https://wiki.alpinelinux.org/wiki/Mini_httpd 
  
-{{tag>alpine svn subversion}}+{{tag>ubunti svn subversion draft}}
  • tech/ubuntu_subversion.1641814106.txt.gz
  • 上一次變更: 2022/01/10 19:28
  • jonathan