Appwrite (#1)

This commit is contained in:
Andrei Canta
2024-07-30 11:28:30 +03:00
committed by GitHub
parent e4d822feeb
commit cee28900dd
4 changed files with 957 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/bin/bash
if [ ! -d "./repo" ]; then
git clone --depth 1 --branch main --single-branch https://github.com/appwrite/appwrite.git repo
else
cd repo
git pull
cd ..
fi
curl -s https://appwrite.io/install/compose > ./code/docker-compose.yml
curl -s https://appwrite.io/install/env > ./code/.env.example