Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.
/ install Public archive

CLI tool for easy installation of a self-hosted Appwrite server

Notifications You must be signed in to change notification settings

appwrite/install

Repository files navigation

Appwrite Installer

CLI Tool for easy installation of a self-hosted Appwrite server. The installation tool takes your input and creates a custom docker-compose file for your Appwrite installation.

Install

docker run -it --rm \
    --volume /var/run/docker.sock:/var/run/docker.sock \
    --volume "$(pwd)"/appwrite:/install/appwrite:rw \
    appwrite/install:latest

Build

docker build --no-cache --tag appwrite/install:latest .

About

CLI tool for easy installation of a self-hosted Appwrite server

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published