Vagrant
=======

Dokumentation unter:

- https://www.vagrantup.com/

- https://www.vagrantup.com/docs/index.html

- https://app.vagrantup.com/boxes/search

Installation
------------

.. code-block:: bash

   sudo apt install virtualbox
   sudo apt install vagrant


Aufsetzen
---------

.. code-block:: bash

   vagrant init

Anschließend die :file:`Vagrantfile` bearbeiten. Hier muss die Box eingetragen werden die als
Grundlage dienen soll. Diese findet man unter https://app.vagrantup.com/boxes/search .

Zudem kann man einstellen wie das System aufgesetzt werden soll. Z.B. importieren eines DB Dumps,
installation von Software wie mysql, etc. Für TYPO3 dazu im Anhang und unter Installation.
