$ python3 scylla.py
On Linux:
$ sudo dnf install -y python3-pyside2 python3-requests
On Windows:
Install python3
$ pip install pyside2 requests
$ sudo dnf install -y qt5-qtbase-devel python3-pyside2-devel qt5-qttools-devel
$ designer-qt5 scylla.ui
$ uic-qt5 scylla.ui -o scylla_gui.py -g python
- Development is only tested on Fedora 33.
- It is tested to run on Fedora 31 and Fedora 33 and Windows 10.
- By default, this tool starts 3 nodes locally.
- Kill the cluster before clicking the deploy again.
For example:
$ killall -9 scylla $ rm -rf /tmp/data/scylla
- Replace the offline installer scylla-package.tar.gz to deploy a different scylla version.