Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.