Scripts/resources to built the eMoflon::IBeX VM for the ICGT 2024 artifact VM.
Go to file
2024-03-04 10:30:20 +01:00
resources updates PDF resource on desktop and workspace projects 2024-03-04 10:30:20 +01:00
.gitignore copies most of the content of last years repo 2024-02-21 13:36:39 +01:00
build-vm-lite.sh adds a VM build script that does not contain vagrant box steps 2024-02-21 16:32:48 +01:00
build-vm.sh renames the ICGT VB VM to avoid naming conflicts 2024-02-21 16:25:40 +01:00
download-base-vm.sh first draft for the installation of the custom Eclipse with plugins 2024-02-21 15:39:36 +01:00
LICENSE copies most of the content of last years repo 2024-02-21 13:36:39 +01:00
prepare.sh copies most of the content of last years repo 2024-02-21 13:36:39 +01:00
prov.sh adds missing cd before deploying the custom emoflon properties file 2024-03-01 15:31:51 +01:00
README.md copies most of the content of last years repo 2024-02-21 13:36:39 +01:00
setup-runner.sh copies most of the content of last years repo 2024-02-21 13:36:39 +01:00
Vagrantfile overwrites the emoflon.properties file to configure default perspective 2024-03-01 14:53:06 +01:00

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. (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.

Scripts/Config files

The following scripts and config files are part of this repository:

  • build-vm.sh: Wrapper script that builds the complete VM image.
  • download-base-vm.sh: Downloads the base eMoflon::IBeX VM image from the GitHub.
  • prepare.sh: Extracts the downloaded base VM image and adds it as Vagrant box.
  • 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: Installation script to install all dependencies/tools on the runner's system.
  • Vagrantfile: Vagrant configuration for the VM provisioning.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for more details.