chore: 1click docs update

This commit is contained in:
sriram veeraghanta 2024-03-13 17:17:40 +05:30
parent 1363ef0b2d
commit 552c66457a

View File

@ -10,30 +10,37 @@ This short guide will guide you through the process, the background tasks that r
- Supported CPU architechtures: AMD64, ARM64, x86_64, aarch64 - Supported CPU architechtures: AMD64, ARM64, x86_64, aarch64
### Download the latest stable release ### Download the latest stable release
Run ↓ on any CLI. Run ↓ on any CLI.
``` ```
curl -fsSL https://raw.githubusercontent.com/makeplane/plane/master/deploy/1-click/install.sh | sh - curl -fsSL https://raw.githubusercontent.com/makeplane/plane/master/deploy/1-click/install.sh | sh -
``` ```
### Download the Preview release ### Download the Preview release
`Preview` builds do not support ARM64/AARCH64 CPU architecture `Preview` builds do not support ARM64/AARCH64 CPU architecture
Run ↓ on any CLI. Run ↓ on any CLI.
``` ```
export BRANCH=preview export BRANCH=preview
curl -fsSL https://raw.githubusercontent.com/makeplane/plane/preview/deploy/1-click/install.sh | sh - curl -fsSL https://raw.githubusercontent.com/makeplane/plane/preview/deploy/1-click/install.sh | sh -
``` ```
--- ---
### Successful installation ### Successful installation
You should see ↓ if there are no hitches. That output will also list the IP address you can use to access your Plane instance. You should see ↓ if there are no hitches. That output will also list the IP address you can use to access your Plane instance.
![Install Output](images/install.png) ![Install Output](images/install.png)
--- ---
### Manage your Plane instance ### Manage your Plane instance
Use `plane-app` [OPERATOR] to manage your Plane instance easily. Get a list of all operators with `plane-app ---help`. Use `plane-app` [OPERATOR] to manage your Plane instance easily. Get a list of all operators with `plane-app ---help`.
@ -41,33 +48,36 @@ Use `plane-app` [OPERATOR] to manage your Plane instance easily. Get a list of a
![Plane Help](images/help.png) ![Plane Help](images/help.png)
1. Basic operators 1. Basic operators
1. `plane-app start` starts the Plane server.
2. `plane-app restart` restarts the Plane server.
3. `plane-app stop` stops the Plane server.
2. Advanced operations 1. `plane-app start` starts the Plane server.
1. `plane-app --configure` will show advanced configurators. 2. `plane-app restart` restarts the Plane server.
- Change your proxy or listening port 3. `plane-app stop` stops the Plane server.
<br>Default: 80
- Change your domain name 2. Advanced operators
<br>Default: Deployed server's public IP address `plane-app --configure` will show advanced configurators.
- File upload size
<br>Default: 5MB - Change your proxy or listening port
- Specify external database address when using an external database <br>Default: 80
<br>Default: `Empty` - Change your domain name
<br>`Default folder: /opt/plane/data/postgres` <br>Default: Deployed server's public IP address
- Specify external Redis URL when using external Redis - File upload size
<br>Default: `Empty` <br>Default: 5MB
<br>`Default folder: /opt/plane/data/redis` - Specify external database address when using an external database
- Configure AWS S3 bucket <br>Default: `Empty`
<br>Use only when you or your users want to use S3 <br>`Default folder: /opt/plane/data/postgres`
<br>`Default folder: /opt/plane/data/minio` - Specify external Redis URL when using external Redis
<br>Default: `Empty`
<br>`Default folder: /opt/plane/data/redis`
- Configure AWS S3 bucket
<br>Use only when you or your users want to use S3
<br>`Default folder: /opt/plane/data/minio`
3. Version operators 3. Version operators
1. `plane-app --upgrade` gets the latest stable version of docker-compose.yaml, .env, and Docker images
2. `plane-app --update-installer` updates the installer and the `plane-app` utility. 1. `plane-app --upgrade` gets the latest stable version of docker-compose.yaml, .env, and Docker images
3. `plane-app --uninstall` uninstalls the Plane application and all Docker containers from the server but leaves the data stored in 2. `plane-app --update-installer` updates the installer and the `plane-app` utility.
Postgres, Redis, and Minio alone.
4. `plane-app --install` installs the Plane app again. 3. `plane-app --uninstall` uninstalls the Plane application and all Docker containers from the server but leaves the data stored in
Postgres, Redis, and Minio alone.
4. `plane-app --install` installs the Plane app again.