Skip to content

Commit b8a5dc6

Browse files
authored
Update README.md
1 parent 0b1eb66 commit b8a5dc6

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,7 @@ A basic Python client library for interacting with a SysML v2 API server, specif
1616

1717
## Setup
1818
### 1. Run Flexo SysMLv2 Service Locally
19-
This client is designed to work with a running instance of the OpenMBEE Flexo SysMLv2 service.
20-
21-
* **Prerequisites:** Docker and Docker Compose installed.
22-
* **Get Setup Files:** The necessary `docker-compose.yml` and configuration files are located in the `flexo-setup/docker-compose/` directory within this project (downloaded from `Open-MBEE/flexo-mms-sysmlv2`).
23-
* **Start Services:** Navigate to the `flexo-setup/docker-compose/` directory in your terminal and run:
24-
```bash
25-
docker compose up -d
26-
```
27-
* **Initial Org Setup (Potential Manual Step):** For a fresh database, you may need to perform an initial organization setup using Postman as described in `flexo-setup/docker-compose/README.md`.
28-
* **Authentication Token:** The required Bearer token for the client is found in `flexo-setup/docker-compose/env/flexo-sysmlv2.env` under the `FLEXO_AUTH` variable. Copy this entire value (including `Bearer `).
19+
Follow instructions [here](https://github.com/Open-MBEE/flexo-mms-sysmlv2.git)
2920

3021
### 2. Install Client (Development)
3122

0 commit comments

Comments
 (0)