Skip to content

Unity-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

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.htm

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 69.3%
  • Dockerfile 22.0%
  • Shell 8.7%