Skip to content

Commit ab642c7

Browse files
Copilotdfeen87
andauthored
Fix stale deployment and quickstart documentation references
Agent-Logs-Url: https://github.com/dfeen87/Smartphone-Based-Chest-Monitoring/sessions/fa58a44f-37ac-4230-972f-c34e2c6bee5a Co-authored-by: dfeen87 <158860247+dfeen87@users.noreply.github.com>
1 parent 1172e61 commit ab642c7

2 files changed

Lines changed: 11 additions & 12 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -431,11 +431,11 @@ phase–memory operator (PAPER.md §3–4) via a REST API and a browser UI.
431431
3. Connect the repository and select **"Use render.yaml"** — Render will read
432432
[`render.yaml`](render.yaml) automatically.
433433
4. Click **Deploy**. Render will:
434-
- run `pip install -r server/requirements.txt`
434+
- run `pip install -r requirements.txt`
435435
- start `python server/app.py` bound to the `$PORT` it provides
436436

437437
> The service is defined in [`render.yaml`](render.yaml) with
438-
> `healthCheckPath: /api/status` so Render can verify liveness automatically.
438+
> `healthCheckPath: /ping` so Render can verify liveness automatically.
439439
440440
### Environment variables
441441

@@ -476,7 +476,7 @@ entries as JSON and is polled every 5 seconds by the browser UI.
476476
### Running locally
477477

478478
```bash
479-
pip install -r server/requirements.txt
479+
pip install -r requirements.txt
480480
python server/app.py # listens on http://localhost:5000
481481
# or with a custom port:
482482
PORT=8080 python server/app.py
@@ -867,4 +867,3 @@ monitoring.* — PAPER.md §7.1
867867
[⬆ Back to Top](#top)
868868

869869
</div>
870-

docs/QUICKSTART.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ We're working on simple apps you can just install:
1818
iOS: [Link to TestFlight Beta] (waiting approval)
1919
Android: [Link to APK] (in progress)
2020

21-
Want to help build these? See CONTRIBUTING.md
21+
Want to help build these? Open an issue or discussion on GitHub.
2222

2323
Option 2: For Developers - Build It Yourself
2424
iOS (Xcode Required)
2525

2626
Clone the repo:
2727

28-
bash git clone https://github.com/dfeen87/respirosync.git
29-
cd respirosync
28+
bash git clone https://github.com/dfeen87/Smartphone-Based-Chest-Monitoring.git
29+
cd Smartphone-Based-Chest-Monitoring
3030

3131
Open the example project:
3232

33-
bash cd examples/ios
33+
bash cd ios
3434
open RespiroSyncDemo.xcodeproj
3535

3636
Connect your iPhone and hit Run (▶️ button in Xcode)
@@ -40,12 +40,12 @@ Android (Android Studio Required)
4040

4141
Clone the repo:
4242

43-
bash git clone https://github.com/dfeen87/respirosync.git
44-
cd respirosync
43+
bash git clone https://github.com/dfeen87/Smartphone-Based-Chest-Monitoring.git
44+
cd Smartphone-Based-Chest-Monitoring
4545

4646
Open in Android Studio:
4747

48-
File → Open → Select respirosync/examples/android
48+
File → Open → Select Smartphone-Based-Chest-Monitoring/android
4949

5050
Connect your Android phone and hit Run (▶️ button)
5151
Put phone in chest vest and start session
@@ -188,7 +188,7 @@ Once you've tested it:
188188
🐛 Report bugs on GitHub Issues
189189
💬 Share your results in Discussions
190190
📸 Post your DIY vest (we'll feature it!)
191-
🤝 Help improve it - see CONTRIBUTING.md
191+
🤝 Help improve it - open an issue or discussion on GitHub
192192

193193
Get Help
194194

0 commit comments

Comments
 (0)