Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emoflon/emoflon-ibex-icgt-2024-artifact-vm
Scripts/resources to built the eMoflon::IBeX VM for the ICGT 2024 artifact VM.
https://github.com/emoflon/emoflon-ibex-icgt-2024-artifact-vm
emoflon icgt icgt-2024 provisioning vagrant virtualbox vm
Last synced: 6 days ago
JSON representation
Scripts/resources to built the eMoflon::IBeX VM for the ICGT 2024 artifact VM.
- Host: GitHub
- URL: https://github.com/emoflon/emoflon-ibex-icgt-2024-artifact-vm
- Owner: eMoflon
- License: gpl-3.0
- Created: 2024-02-21T11:18:17.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-04T09:30:27.000Z (11 months ago)
- Last Synced: 2024-12-06T13:25:23.300Z (2 months ago)
- Topics: emoflon, icgt, icgt-2024, provisioning, vagrant, virtualbox, vm
- Language: Shell
- Homepage:
- Size: 48.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eMoflon::IBeX VM - ICGT 2024 Artifact Evaluation
This repository holds the scripts/resources to build the eMoflon VM for the ICGT24 Artefact Evaluation.
## Setup
You have to use a GNU/Linux OS, for example [Debian 11](https://www.debian.org/releases/bullseye/). (Running this on macOS and Windows might be possible, but it isn't tested.)
- Clone this repository.
- Install all dependencies/tools (`wget`, `unzip`, `tar`, `sed`, `virtualbox-7.0`, and `vagrant`) by running the following command:
```
$ ./setup-runner.sh
```
- Build the VM image by running:
```
$ ./build-vm.sh
```
- The image will be packed/exported as `emoflon.ova` in the repository.Please notice:
- The system you use to provision the VM image needs at least a few GBs of free RAM. Use >8GB RAM and it should be fine.
- If you use a VM itself to provision the VM image make sure that it supports nested virtualization.
- If you want to update, for example, the PDF file or the workspace projects, update the files placed in [`resources`](./resources/).## Scripts/Config files
The following scripts and config files are part of this repository:
- [`build-vm.sh`](./build-vm.sh): Wrapper script that builds the complete VM image.
- [`download-base-vm.sh`](./download-base-vm.sh): Downloads the [base eMoflon::IBeX VM image](https://github.com/eMoflon/emoflon-ibex-vm/releases) from the GitHub.
- [`prepare.sh`](./prepare.sh): Extracts the downloaded base VM image and adds it as Vagrant box.
- [`prov.sh`](./prov.sh): Provisioning script that will be used to configure the VM image, e.g., to add projects to the default Eclipse workspace.
- [`setup-runner.sh`](./setup-runner.sh): Installation script to install all dependencies/tools on the runner's system.
- [`Vagrantfile`](./Vagrantfile): Vagrant configuration for the VM provisioning.## License
This project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for more details.