2022-11-08 05:37:07 +03:00
|
|
|
# Installer
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
### Sygil WebUI
|
|
|
|
|
|
|
|
Home Page: https://github.com/Sygil-Dev/sygil-webui
|
|
|
|
|
|
|
|
### Installation on Windows:
|
|
|
|
|
2022-12-02 05:23:45 +03:00
|
|
|
|
|
|
|
|
2022-11-08 05:37:07 +03:00
|
|
|
- Clone or download the code from the [Repository](https://github.com/Sygil-Dev/sygil-webui).
|
|
|
|
|
2022-12-02 05:23:45 +03:00
|
|
|
- Open the `installer` folder and copy the `install.bat` to the root folder next to the `webui.bat`
|
|
|
|
|
|
|
|
- Double-click the `install.bat` file and wait for it to handle everything for you.
|
2022-11-08 05:37:07 +03:00
|
|
|
|
|
|
|
### Installation on Linux:
|
|
|
|
|
|
|
|
- Clone or download the code from the [Repository](https://github.com/Sygil-Dev/sygil-webui).
|
|
|
|
|
2022-12-02 05:23:45 +03:00
|
|
|
- Open the `installer` folder and copy the `install.sh` to the root folder next to the `webui.sh`
|
|
|
|
|
|
|
|
- Open a terminal on the folder where the code is located and run `./install.sh` ,make sure it has the right permissions and can be executed.
|
2022-11-08 05:37:07 +03:00
|
|
|
|
|
|
|
- Wait for the installer to handle everything for you.
|
|
|
|
|
|
|
|
After installation, you can run the `webui.cmd` file (on Windows) or `webui.sh` file (on Linux/Mac) to start the WebUI.
|