Skip to content

Running the GUI from source

Leata Byers edited this page Oct 17, 2023 · 14 revisions

Coming Soon!

The GUI is the easiest way to write the configuration options file for Cloudfuse.

Prerequisites

  • 'Windows'
  1. python3 must be installed
  2. Git Bash for windows
  3. using pip3, install pyside6 and pyyaml

*'Linux'

  1. python3
  2. pip3 install pyside6 and pyyaml

Compile the GUI

  • cd [path to repo]/gui
  • ./compile_ui.sh

Run the GUI

  • cd [path to top of repo]
  • python gui/FuseGUI.py (make sure python is an alias for python version 3, or type python3 isntead)
Clone this wiki locally