![](http://planet.debian.org/heads/obergix.png)
We ve been busy setting up a Virtual Machine (VM) image to be used by participants of a
MOOC that s opening in early september on Relational Databases at Telecom SudParis.
We ve chosen to use Vagrant and VirtualBox which are used to build, distribute and run the
box, providing scriptability (reproducibility) and making it portable on most operating systems.
The VM itself contains a
Debian (jessie) minimal system which runs (in the background)
PostgreSQL, Apache + mod_php, phpPgAdmin, and a few applications of our own to play with example databases already populated in PostgreSQL.
As the MOOC s language will be french, we expect the box to be used mostly on machines with
azerty
keyboards. This and other context elements led us to add some customizations (locale, APT mirror) in provisioning scripts run during the box creation.
At the moment, we generate 2 variants of the box, one for 32 bits kernel (i686) and one for 64 bits kernel (amd64) which (once compressed) represent betw. 300 and 350 Mb.
The resulting boxes are uploaded to a self-hosting site, and distributed through vagrantcloud. Once the VM are created in VirtualBox, the typical VMDK drives file is around 1.3Gb.
We use our own Debian base boxes containing a minimal Debian jessie/testing, instead of relying on someone else s, and recreate them using (the development branch version of)
bootsrap-vz. This ensure we can put more trust in the content as it s a native Debian package installation without MITM intervention.
The VM are meant to be run headless for the moment, keeping their size to the minimum, even though we also provide a script to install and configure a desktop environment based on XFCE4.
The applications are either used through
vagrant ssh
, for instance for SQL command-line in
psql
, or in the Web browser, for our own Web based SQL exerciser, or phpPgAdmin (see a
demo screencast (in french, w/ english subtitles)), which can then be used even off-line by the participants, which also means this requires no servers availability for our IT staff.
The MOOC includes a section on PHP + SQL programming, whose exercises can be performed using a shared sub-folder of
/vagrant/
which allows editing on the host with the favourite native editor/IDE, while running PHP inside the VM s Apache + mod_php.
The sources of our environment
are available as free software, if you re interested to replicate a similar environment for another project.
As we re still polishing the environment before the MOOC opening (on september 10th), I m not mentioning the box URLs but they shouldn t be too hard to find if you re investigating (refering to the fusionforge project s web site).
We don t know yet how suitable this environment will be for learning SQL and database design and programming, and if Vagrant will bring more difficulties than benefits. Still we hope that the participants will find this practical, allowing them to work on the lab / exercises whenever and wherever they chose, removing the pain of installing and configuring a RDBMS on their machines, or the need to be connected to a cloud or to our overloaded servers. Of course, one limitation will be the requirements on the host machines, that will need to be reasonably modern, in order to run a virtualized Linux system. Another is access to high bandwidth for downloading the boxes, but this is kind of a requirement already for downloading/watching the videos of the MOOC classes
![;-)](http://www-public.telecom-sudparis.eu/~berger_o/weblog/wp-includes/images/smilies/icon_wink.gif)
Big thanks go to our intern St phane Germain, who joined us this summer to work on this virtualized environment.