SFML Virtual Machine

sfml_vm.ova est un fichier contenant la description d'une machine virtuelle Ubuntu pouvant être utilisée pour le test de votre Projet 3 du cours de Projet de Programmation Orientée Objet.

Installation

VirtualBox

First, you will have to download and install VirtualBox from the company's website.

Import SFML Virtual Machine

Then, you will be able to import .ova file using the VirtualBox's GUI:

  1. Select File -> Import Appliance from the VirtualBox Manager window.

    Import

  2. From the file dialog, go to the file with the .ova file extension.

  3. Check the configuration & click Import to import the appliance.

    Config

Shared Folder

The Virtual Machine is already configured to enable you to share a folder between your VM and your host. To do so,

  1. Create a folder with the name "Shared_Folder" in the directory containing your VM.

  2. Modify the path to your shared folder in the configuration:

    Shared_Config1

    Shared_Config2

    Shared_Config2

Usage

The Virtual Machine can be started using the GUI of VirtualBox:

Start_VM

Then, you will be asked for a login & a password (with your password being hidden):

info0004-vm login: project3
Password: oopp

Finally, you will have access to your Virtual Machine via an OpenBox graphical user interface.

Run_Terminal