Choose one of the following installation methods:
For a complete installation of PiWave WebGUI with PiWave included, use the following command:
curl -sSL https://setup.piwave.xyz/gui/full/ | sudo bash
You can now run it with pw-webgui
and modify the configuration file with pw-webgui-config
This method will install both PiWave WebGUI and PiWave, setting up the necessary dependencies and preparing your environment for immediate use.
If you already have PiWave installed and configured, you can install only PiWave WebGUI using the following command:
curl -sSL https://setup.piwave.xyz/gui | sudo bash
Ensure PiWave is already installed and correctly configured before using this method.