Scripts directory added, .gitmodules added

This commit is contained in:
Alex van Andel 2021-07-02 19:50:20 +00:00
parent ab6df0ae73
commit 2dde744311
4 changed files with 12 additions and 0 deletions

4
.gitmodules vendored Normal file
View File

@ -0,0 +1,4 @@
[submodule "calendso"]
path = calendso
url = git@github.com:calendso/calendso.git
branch = main

View File

@ -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
```
...

1
calendso Submodule

@ -0,0 +1 @@
Subproject commit 850f49df5e89facec642cc4b2d80824c3f0f4c8f

0
scripts/.gitkeep Normal file
View File