From 4914d385efe8f85e06470e8127db8cc9ab8f0762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=20Lin=29?= Date: Mon, 4 Nov 2024 19:19:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=20Vagrant=20?= =?UTF-8?q?=E5=AD=90=E4=B8=BB=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 林博仁(Buo-ren Lin) --- .gitmodules | 4 ++++ README.md | 2 +- Vagrant | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 Vagrant 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