Skip to content

Instantly share code, notes, and snippets.

View ClimenteA's full-sized avatar
🖐️
Open to contracts!

Alin Climente ClimenteA

🖐️
Open to contracts!
View GitHub Profile
@eldadfux
eldadfux / install.sh
Last active January 30, 2021 16:05
Installation of Appwrite server
mkdir appwrite-ce && \
cd appwrite-ce && \
curl -o docker-compose.yml https://appwrite.io/docker-compose.yml?port=80 && \
docker-compose up -d --remove-orphans