Commit 985a94

2024-09-14 21:03:49 Hargata Softworks: x
getting started.md ..
@@ 90,5 90,13 @@
```
When using this approach, the default port the app will be listening on is 5000, so you will navigate to localhost:5000
+ ## Linux Baremetal
+ Linux executables are occasionally provided and can be found along with the Windows Standalone Executable.
+ To run the Linux executable, download the zip file, extract it and run the following commands:
+ ```
+ chmod 777 ./CarCareTracker
+ ./CarCareTracker
+ ```
+
## Test that It Works
Whichever path you choose, once you get the app up and running, just navigate to the IP address and port the server is listening to and you should be able to see the app
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9