How to install makeplane/plane. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
makeplane/plane Installation Guide
How to install makeplane/plane. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for makeplane/plane. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i makeplane/planeor
Install via npx
npx @hexmos/ipm i makeplane/planePrerequisites
Python
languageVersion: >=3.6.0
Node.js
build_toolVersion: >=14.0.0
Docker
system_toolVersion: latest
Git
knowledgeManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Cloud, Docker, Kubernetes, and Package Manager Installation
Sign up for a free account on Plane Cloud: https://app.plane.so
Choose the setup that works best for you:Post Installation Steps
- Start the server: `npm run dev`
- Migrate database: `npx prisma db migrate --force`
