Update readme.md

This commit is contained in:
Nicole Rappe 2025-05-16 13:44:33 -06:00
parent f73f4b31e0
commit 37df6e4980

View File

@ -36,16 +36,12 @@ Powered by a Flask backend and a React Flow frontend, Borealis is perfect for an
## ⚡ Getting Started ## ⚡ Getting Started
### Windows: ### Windows:
```powershell To Launch borealis itself, you can just right-click the "`Borealis.ps1`" file and select "`Run with Powershell`". You may be warned about Execution Policy restrictions. Just say "Y" to continue or "A" if you dont want to be warned about running untrusted scripts in the future.
# Windows - Launch Borealis Server and/or Agent
# To Launch borealis itself, you can just right-click the "Launch-Borealis.ps1" file and select "Run with Powershell", or alternatively, run the command seen below, either in the same powershell session as the first command, or in its own non-administrative session.
Set-ExecutionPolicy Unrestricted -Scope Process; .\Launch-Borealis.ps1
```
### Linux: ### Linux:
-# Detailed explanations of how to get things working in Linux is not given at this time, but its mostly automated during the deployment, and only requires a single script to be ran.
```sh ```sh
# Linux / macOS # Linux / macOS
bash Launch-Borealis.sh bash Borealis.sh
``` ```
**The launch script will**: **The launch script will**:
@ -94,6 +90,6 @@ http:
borealis: borealis:
loadBalancer: loadBalancer:
servers: servers:
- url: "http://192.168.3.254:5000" - url: "http://192.168.3.254:5173"
passHostHeader: true passHostHeader: true
``` ```