Skip to content

Commit 121359c

Browse files
Dancia ClaraDancia Clara
authored andcommitted
minor fixes
1 parent c1c11c4 commit 121359c

File tree

6 files changed

+4
-29
lines changed

6 files changed

+4
-29
lines changed
11.6 KB
Loading
7.58 KB
Loading
2.82 KB
Loading
-79.2 KB
Binary file not shown.
2.27 KB
Loading

self-hosting/upgrade-from-community.mdx

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ e.g., `/plane-selfhost/plane-app/backup/20240522-1027`
2323

2424
e.g., `~/ce-backup`
2525

26-
### Restore data to new instance
26+
### Restore data
2727
1. Start any command-line interface like Terminal and go into the folder with the back-up files.
2828
```
2929
cd ~/ce-backup
@@ -50,31 +50,6 @@ e.g., `~/ce-backup`
5050
3. This script will extract your Community Edition data and restore it to /opt/plane/data.
5151
4. Follow the instructions for new installations below.
5252

53-
## Install Plane
54-
55-
The Enterprise edition comes with a **free plan** and the flexibility to upgrade to a paid plan at any point.
56-
57-
### Prerequisites
58-
59-
- A virtual or on-prem machine with atleast 2 vCPUs and 4 GB RAM
60-
- `x64` AKA `AMD 64` or `AArch 64` AKA `ARM 64` CPUs
61-
- Supported operating systems:
62-
- Ubuntu
63-
- Debian
64-
- CentOS
65-
- Amazon Linux 2 or Linux 2023
66-
67-
### Method
68-
69-
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

Comments
 (0)