Installation
Install docker
# Create and navigate to folder
mkdir plane-selfhost
cd plane-selfhost
# Download script
curl -fsSL -o setup.sh https://raw.githubusercontent.com/makeplane/plane/master/deploy/selfhost/install.sh
# Run script
sudo chmod +x setup.sh
sudo ./setup.sh