1. deployment with GitHub
    1. 參考網頁
    2. 步驟
      1. 安裝git
      2. 切換到目錄
      3. 複製資料庫
        1. git clone http://github.com/pulipulichen/dspace-dlll.git
        2. git clone http://github.com/pulipulichen/dspace-dlll.git dspace-1.5.0-src-release
    3. ~/full_rebuild.sh
      1. /dspace/webapps/jspui/
      2. /opt/apache-tomcat-6.0.16/webapps/jspui/
      3. \cp -rf /dspace/webapps/jspui/ /opt/apache-tomcat-6.0.16/webapps/jspui/
      4. 目錄
    4. pull
      1. git --git-dir=/var/www/.git
      2. git --git-dir=/opt/dspace-1.5.0-src-release/.git pull
    5. ~/update_system.sh
      1. 後續工作
      2. 刪除多餘的dspace source目錄
    6. 無法覆蓋
      1. git --git-dir=/opt/dspace-1.5.0-src-release/.git stash --include-untracked
      2. git --git-dir=/opt/dspace-1.5.0-src-release/.git --exec-path=/opt/dspace-1.5.0-src-release/.git pull
      3. git --git-dir=/opt/dspace-1.5.0-src-release/.git --exec-path=/opt/dspace-1.5.0-src-release/.git reset --hard HEAD