You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,16 +16,7 @@ A basic Python client library for interacting with a SysML v2 API server, specif
16
16
17
17
## Setup
18
18
### 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 forthe client is foundin`flexo-setup/docker-compose/env/flexo-sysmlv2.env` under the `FLEXO_AUTH` variable. Copy this entire value (including `Bearer `).
0 commit comments