Changes

Jump to: navigation, search

Managed Virtual Machine (MVM)

493 bytes added, 11:20, 22 March 2016
Installation and configuration
** for Windows: https://git-for-windows.github.io/
** for Linux: please refer to your distribution package manager
* configure ssh (for example as described [[Axel_Embedded_Linux_Kit_%28XELK%29#RSA_key_generation|here]] or by following [https://git-scm.com/book/it/v2/Git-on-the-Server-Generating-Your-SSH-Public-Key this guide])* send us the ssh public key to your email support addresses (as described [[Axel_Embedded_Linux_Kit_%28XELK%29#RSA_key_generation|here]])
* [http://www.virtualbox.org download VirtualBox] and install it
** tested with 5.0.14 (does NOT work with 5.0.0)
** don't mind if you have a previous VirtualBox version (i.e. 4.x): installer will update to the new version keeping your old VM images and files
* [https://www.vagrantup.com/ download Vagrant]
** install Vagrant
* clone the project/development kit repository (eg: <b>git clone git@git.dave.eu:''<i>project-name''</i>/mvm.git</b>)
* enter repository cloned directory
** create ''data'' directory into parent directory(eg: <b>mkdir ../data</b> from repository directory)
** copy ''vagrant.yml.sample'' to ''vagrant.yml''
** customize VM settings (editing ''vagrant.yml): '' using your preferred text editor*** change, depending on PC configuration, number of CPUs and /or RAM size*** uncomment and set ip_adress to VM's ip address (vagrant.yml)** overwrite provision/modules/user/file/id_rsa with your private key (eg: <b>cp ~/.ssh/''<i>username@myhost.com</i> provision/modules/user/file/id_rsa</b>): target name should be kept to '''id_rsa''')
* create the VM with the following command:
8,157
edits

Navigation menu