diff --git a/.gitmodules b/.gitmodules index 2a7d658..279e524 100644 --- a/.gitmodules +++ b/.gitmodules @@ -11,6 +11,10 @@ path = Docker url = https://gitlab.com/libre-knowledge/docker.git ignore = dirty +[submodule "Vagrant"] + path = Vagrant + url = https://gitlab.com/libre-knowledge/vagrant.git + ignore = dirty [submodule "VirtualBox"] path = VirtualBox url = https://gitlab.com/libre-knowledge/virtualbox.git diff --git a/README.md b/README.md index 171d5ed..1648071 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ ### 虛擬化資源編排工具 * Docker Compose -* Vagrant 開發環境建置與統合工具 +* [Vagrant 開發環境建置與統合工具](https://gitlab.com/libre-knowledge/vagrant) 快速建置相同的開發環境,避免團隊成員間環境不一致造成開發阻礙 ## 參考資料 diff --git a/Vagrant b/Vagrant new file mode 160000 index 0000000..16cccae --- /dev/null +++ b/Vagrant @@ -0,0 +1 @@ +Subproject commit 16cccae8bd6ef53929735c060467f247765104d3