第五次開會 <<
Previous About
cd2020 group4
Repository: 40623115 | Site: 40623115
Repository: 40623144 | Site: 40623144
Repository: 40623251 | Site: 40623251
Repository: 40723204 | Site: 40723204
Repository: 40723210 | Site: 40723210 (group leader)
Repository: 40723212 | Site: 40723212
Repository: 40723225 | Site: 40723225
Repository: 40723232 | Site: 40723232
Repository: 40723234 | Site: 40723234
Repository: 40723238 | Site: 40723238
Repository: 40723245 | Site: 40723245
Repository: 40723250 | Site: 40723250
利用 cmsimde 建立靜態網誌方法:
1. 在 github 建立倉儲, git clone 到近端
2. 參考 https://github.com/mdecourse/newcms, 加入除了 cmsimde 目錄外的所有內容
以 git submodule add https://github.com/mdecourse/cmsimde cmsimde
建立 cmsimde 目錄, 並從 github 取下子模組內容.
3.在近端維護時, 更換目錄到倉儲中的 cmsimde, 以 python wsgi.py 啟動近端網際伺服器.
動態內容編輯完成後, 以 generate_pages 轉為靜態內容, 以 git add commit 及 push 將內容推到遠端.
4. 之後若要以 git clone 取下包含 submodule 的所有內容, 執行:
git clone --recurse-submodules https://github.com/mdecourse/newcms.git
第五次開會 <<
Previous