From 2dde7443117dbe1d91b0c0f3ba69c9abc3041f91 Mon Sep 17 00:00:00 2001 From: Alex van Andel Date: Fri, 2 Jul 2021 19:50:20 +0000 Subject: [PATCH] Scripts directory added, .gitmodules added --- .gitmodules | 4 ++++ README.md | 7 +++++++ calendso | 1 + scripts/.gitkeep | 0 4 files changed, 12 insertions(+) create mode 100644 .gitmodules create mode 160000 calendso create mode 100644 scripts/.gitkeep diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7bf92d2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "calendso"] + path = calendso + url = git@github.com:calendso/calendso.git + branch = main diff --git a/README.md b/README.md index f6d032d..3e887e7 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,11 @@ The Docker configuration for Calendso is an effort powered by people within the Make sure you have `docker` & `docker-compose` installed on the server / system. ## Getting Started + +1. Clone calendso-docker + +```bash +git clone git@github.com:calendso/calendso-docker.git --recursive +``` + ... diff --git a/calendso b/calendso new file mode 160000 index 0000000..850f49d --- /dev/null +++ b/calendso @@ -0,0 +1 @@ +Subproject commit 850f49df5e89facec642cc4b2d80824c3f0f4c8f diff --git a/scripts/.gitkeep b/scripts/.gitkeep new file mode 100644 index 0000000..e69de29