To run Condement, you will need to ensure you have installed:
- VirtualBox (Tested with version 6.0.4)
- Vagrant (Tested with version 2.2.3)
For best compatibility, it is also advised to install the VirtualBox Extension Pack.
It is recommended to assign to a Condement VM at least:
- 2GB Memory
- 2 CPUs
- 128MB Video Memory
It may be possible to run on lower settings but this is not recommended.
For running a single Condement VM with the above specifications, it is recommended to have on the host as a minimum:
- 4GB Memory
- 4 CPU Cores
These are minimum specifications. Higher specifications are recommended.
In order to get started, we are going to use the sample configuration this should run on most machines:
- Clone the repository to your machine.
- Copy the
condement_sample.yamlfile and name itcondemenet.yaml. - If you chose not to install the VirtualBox Extension Pack, you may need to change
video_3d_accelerationtofalse. - Create the following folders in you user home directory (e.g.
C:\Users\MyUser\on windows or/home/myuser/on Linux/Mac OS):Repos- This can be used to store git repositories.CondementPersistent- This is used to store software settings so that they are not lost if the VM is rebuilt.
Now that the configuration is in place, you can start building the VM by opening a command prompt or shell in the repository directory and running the following:
vagrant upThis will begin building the VM which will take approximately 15 minutes (depending on your system specifications). At the end of the build process, the VM will reboot into the desktop environment.