exemplar virtual machine with latest Open Modelica vagrant and bootstrap script
This repository provides a Vagrant script to set up a preconfigured virtual machine based on XUbuntu with the OpenModelica nightly build (v1.25) pre-installed. It simplifies the process of creating a consistent development environment for OpenModelica users.
- Operating System: Xubuntu
- OpenModelica Version: Nightly Build 1.25
- Automated installation via Vagrant.
Works on Windows, Linux and iOS. Before using this project, ensure you have the following software installed:
-
Vagrant
Vagrant is used to define and provision the virtual machine. -
VirtualBox
VirtualBox is the virtualization platform used to host the VM.
-
Clone this repository to your local machine:
git clone https://github.com/creativeconnections/OpenModelica1.25VM.git cd OpenModelica1.25VM
-
Do start VM provisioning
vagrant up
this step may take several minutes when executed first time. Because VM image (4GB) is downloaded and deployed locally.
-
Open GUI of VirtualBox and login with username:openmodelica password:openmodelica
-
Start OMEdit
-
After you finish your work you can stop your VM by using guest feature to stop machine or
vagrant halt