https://www.virtualbox.org/wiki/Downloads
https://www.vagrantup.com/downloads.html
- open a command line and install following plugins, with:
- vagrant plugin install vagrant-hosts
- vagrant plugin install vagrant-share
- vagrant plugin install vagrant-vbguest
- vagrant plugin install vagrant-vbox-snapshot
- Clone or (download and extract) this git repository into a folder of your choice
- Open a shell/commmand line and move to this folder then
- Run "vagrant up && vagrant reload"
- The very first installation could take some minutes, since the virtual machine is built from scratch
You can download the latest release from here: https://github.com/Elektrobit/eb-solys/releases Read the main page for detailed how-to documentation: https://github.com/Elektrobit/eb-solys
- Run the virtual machine with "vagrant up" if not already running
- Open a shell
- cd /home/ubuntu/shell_scripts
- ./startAll.sh
- (you can also shut it down with ./stopAll.sh)
- Launch EB solys
- Import the two scripts located in eb_solys_scripts
- Run script MusicplayerClient (this creates the built-in Musicplayer Client, as embedded browser)
- Run script ContractCheckCallback (this connects to your VM)
In some cases the display resolution cannot be set automatically. In that case you need to set it manually.
- Open a shell and type "xrandr -q" which lists all supported display resolutions
- Look for the one in the list marked with "+" (usually the first in the list) and set it, with e.g. xrandr -s 1920x976