Skip to content
Snippets Groups Projects
Commit 47da2236 authored by Florian Sesser's avatar Florian Sesser
Browse files
parent 5f46cc30
No related branches found
No related tags found
3 merge requests!108Merge staging into production,!107Merge develop into staging,!102Make VirtualBox a lighter build
Pipeline #706 failed
......@@ -5,10 +5,18 @@ Set up and use a network of local development VMs
(The author of this documentation wasted a lot of time trying to get Vagrant to work with KVM/libvirt.
Issues with networking that looked like guest misconfigurations vanished after changing to the better-tested combination of Vagrant and VirtualBox.)
This requires `NixOS <https://nixos.org/>/`_.
Nix without the OS will not work.
Use the local development environment
`````````````````````````````````````
0. Add VirtualBox to your NixOs system configuration at ``/etc/nixos/configuration.nix``::
virtualisation.virtualbox.host.enable = true;
# Use VirtualBox installation without GUI and Qt dependency:
virtualisation.virtualbox.host.headless = true;
1. Enter the morph local grid directory::
cd morph/grid/local
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment