mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
New compose download instructions
This commit is contained in:
parent
e2b528ca59
commit
ba74b1a5e8
14
README.md
14
README.md
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user