Skip to content

Commit d430dd4

Browse files
MitchellShiellMitchell Shiell
andauthored
Prelude update (#935)
* prelude update * docker version --------- Co-authored-by: Mitchell Shiell <mshiell@ML8164-MSHIELL.local>
1 parent a40f2ce commit d430dd4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Technical resources for those working with or contributing to the project are av
1919
## Development Environment
2020

2121
- [Node.js](https://nodejs.org/) (v22 or higher)
22-
- [Docker](https://www.docker.com/) (v4.32.0 or higher)
22+
- [Docker](https://www.docker.com/) (v4.39.0 or higher)
2323

2424
## Support & Contributions
2525

docs/setup.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
Before you begin, ensure you have the following installed on your system:
66

77
- Node.js (v22)
8-
- [Docker](https://www.docker.com/products/docker-desktop/) (v4.32.0 or higher)
8+
- [Docker](https://www.docker.com/products/docker-desktop/) (v4.39.0 or higher)
99

1010
## Developer Setup
1111

1212
This guide will walk you through setting up a complete development environment, including Arranger and its complementary services.
1313

1414
### Setting up supporting services
1515

16-
We'll use the Overture Conductor service, a flexible Docker Compose setup, to spin up Maestro's complementary services.
16+
We'll use the Overture quickstart service, a flexible Docker Compose setup, to spin up Maestro's complementary services.
1717

18-
1. Clone the Conductor repository and navigate to its directory:
18+
1. Clone the quickstart repository and navigate to its directory:
1919

2020
```bash
21-
git clone https://github.com/overture-stack/conductor.git
22-
cd conductor
21+
git clone -b quickstart https://github.com/overture-stack/prelude.git
22+
cd prelude
2323
```
2424

2525
2. Run the appropriate start command for your operating system:
@@ -51,7 +51,7 @@ We'll use the Overture Conductor service, a flexible Docker Compose setup, to sp
5151
- Ensure all ports are free on your system before starting the environment.
5252
- You may need to adjust the ports in the `docker-compose.yml` file if you have conflicts with existing services.
5353

54-
For more information, see our [Conductor documentation linked here](https://docs.overture.bio/docs/other-software/Conductor).
54+
For more information, see our [quickstart documentation linked here](https://docs.overture.bio/docs/other-software/quickstart).
5555

5656
</details>
5757

0 commit comments

Comments
 (0)