Moving welcome page to assets

This commit is contained in:
dev
2024-12-12 00:22:35 +02:00
parent 7b6b7fd5cc
commit 21d028f3a9

View File

@@ -47,7 +47,7 @@ sudo bash install.sh 8.1.NDI.pre xilinx
## Step 3. Launch Callaba Dashboard
After installation, please wait 2-3 minutes for the dashboard to initialize. It will be available at [http://127.0.0.1:80](http://127.0.0.1:80).
![Image Description](./dashboard.png)
![Image Description](./assets/dashboard.png)
## Step 4. Login to Callaba Dashboard
@@ -76,9 +76,20 @@ To reset Callaba password, run the following command:
sudo bash remove.sh
```
## Upgrade from Version 7
1. Export all settings from version 7 by navigating to **General settings** → **Export settings**.
2. Run the command:
```bash
bash remove.sh
3. Clone this repository to install version 8.1.
4. Run the installation command based on your preferred hardware acceleration. The prepare step is optional and can be skipped.
## Contact support
Use the **Contact Support** button directly from your dashboard.
![Image Description](./assets/support.png)