PiWave WebGUI Installation Guide

Installation Instructions for PiWave WebGUI

Choose one of the following installation methods:

1. Full Install (with PiWave included)

For a complete installation of PiWave WebGUI with PiWave included, use the following command:

curl -sSL https://piwave.hs.vc/setup/gui/full/ | sudo bash

You can now run it with pw-webgui and modify the configuration file with pw-webgui-config

Note:

This method will install both PiWave WebGUI and PiWave, setting up the necessary dependencies and preparing your environment for immediate use.

2. WebGUI Only Install (PiWave must already be installed)

If you already have PiWave installed and configured, you can install only PiWave WebGUI using the following command:

curl -sSL https://piwave.hs.vc/setup/gui | sudo bash

Note:

Ensure PiWave is already installed and correctly configured before using this method.