New compose download instructions

This commit is contained in:
Robin 2023-05-06 18:49:55 +00:00 committed by GitHub
parent e2b528ca59
commit ba74b1a5e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,16 +38,12 @@ The easiest way to get started with Plane is by creating a [Plane Cloud](https:/
### Docker Compose Setup
- Clone the Repository
- Download the docker-compose.yml and setup.sh file
```bash
git clone https://github.com/makeplane/plane
```
- Change Directory
```bash
cd plane
curl https://raw.githubusercontent.com/makeplane/plane/develop/docker-compose-hub.yml --output docker-compose.yml
curl https://raw.githubusercontent.com/makeplane/plane/develop/setup.sh --output setup.sh
chmod +x setup.sh
```
- Run setup.sh
@ -69,7 +65,7 @@ set +a
- Run Docker compose up
```bash
docker-compose -f docker-compose-hub.yml up
docker compose up -d
```
<strong>You can use the default email and password for your first login `captain@plane.so` and `password123`.</strong>