https://github.com/tw4l/brunnhilde-gui
Graphical user interface for Brunnhilde
https://github.com/tw4l/brunnhilde-gui
archives brunnhilde code4lib digital-preservation
Last synced: 6 months ago
JSON representation
Graphical user interface for Brunnhilde
- Host: GitHub
- URL: https://github.com/tw4l/brunnhilde-gui
- Owner: tw4l
- Created: 2016-09-05T23:16:17.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2023-09-22T17:47:37.000Z (about 2 years ago)
- Last Synced: 2025-04-01T10:51:24.750Z (6 months ago)
- Topics: archives, brunnhilde, code4lib, digital-preservation
- Language: Python
- Size: 234 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brunnhilde GUI
Version 2.1.0
## Installation
### Install Siegfried
Install Siegfried. See [Siegfried Github repo](https://github.com/richardlehane/siegfried/) for instructions.
### Install Brunnhilde CLI utility
Install the Brunnhilde command-line utility:
`sudo pip install brunnhilde` or `sudo pip3 install brunnhilde`
This version of the GUI requires Brunnhilde 1.6.1 or higher. To check which version of Brunnhilde you have installed, type: `brunnhilde.py -V`. To upgrade your version of Brunnhilde to the latest, use `sudo pip install --upgrade brunnhilde`
### Install PyQt5
Install PyQt5 if not already installed.
`sudo pip install pyqt5` or `sudo pip3 install pyqt5`
### GUI Installation in Bitcurator 4.x.x / Ubuntu 22
```bash
git clone https://github.com/tw4l/brunnhilde-gui
cd brunnhilde-gui
sudo ./install
```You will now be able to launch the Brunnhilde GUI by double-clicking on the Brunnhilde icon in the upper menu under Applications -> Forensics and Reporting.
### GUI Installation in Bitcurator 1.x.x-3.x.x / Ubuntu 18-20
```bash
git clone https://github.com/tw4l/brunnhilde-gui
cd brunnhilde-gui
sudo ./install-bc2-ubuntu18
```You will now be able to launch the Brunnhilde GUI by double-clicking on the Brunnhilde icon in the "Forensics and Reporting" Desktop folder.
### GUI Installation in MacOS/OS X
* Download zip or tar.gz file from Github and extract files to location of your choice
* Launch GUI by entering the following in a terminal:
`python3 /path/to/brunnhilde-gui/main.py`## Usage
For detailed information about how Brunnhilde works, see the [Brunnhilde command line utility](https://github.com/tw4l/brunnhilde) repo.
## Creators
* Canadian Centre for Architecture
* Tessa WalshThis project was initially developed in 2016-2017 for the [Canadian Centre for Architecture](https://www.cca.qc.ca) by Tessa Walsh, Digital Archivist, as part of the development of the Archaeology of the Digital project.