mirror of
https://github.com/Sygil-Dev/sygil-webui.git
synced 2024-12-15 22:42:14 +03:00
29 lines
942 B
Markdown
29 lines
942 B
Markdown
# Installer
|
|
|
|
---
|
|
|
|
### Sygil WebUI
|
|
|
|
Home Page: https://github.com/Sygil-Dev/sygil-webui
|
|
|
|
### Installation on Windows:
|
|
|
|
|
|
|
|
- Clone or download the code from the [Repository](https://github.com/Sygil-Dev/sygil-webui).
|
|
|
|
- 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.
|
|
|
|
### Installation on Linux:
|
|
|
|
- Clone or download the code from the [Repository](https://github.com/Sygil-Dev/sygil-webui).
|
|
|
|
- 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.
|
|
|
|
- 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. |