You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.`ssh` into your machine as the root user (or user with sudo access) per the norms of your hosting provider.
70
-
2. Run the command below:
71
-
```
72
-
curl -fsSL https://prime.plane.so/install/ | sh -
73
-
```
74
-
3. Follow the instructions on the terminal. Hit `Enter` or `Return` to continue.
75
-
4. Enter the domain name where you will access the Plane app in the format `domain.tld` or `subdomain.domain.tld`. If you are using a paid plan, the domain linked to the license can’t be changed later.
76
-
5. Choose one of the options below:
77
-
- **Express**: Plane installs with the default configurations.
78
-
- **Advanced**: You can customize the database, Redis, storage and other settings.
79
-
6. The installation will take a few minutes to complete and you will see the message **Plane has successfully installed**. You can access the Plane application on the domain you provided during the installation.
80
-
7. If you want to activate the license for a paid plan, see [Activate License](/self-hosting/activate-license).
53
+
## Install Plane Enterprise
54
+
- Using [Docker](http://localhost:3000/self-hosting/methods/docker-compose#enterprise-edition)
55
+
- Using [Kubernetes](http://localhost:3000/self-hosting/methods/kubernetes#enterprise-edition)
0 commit comments