Changes

Jump to: navigation, search

Managed Virtual Machine (MVM)

162 bytes added, 13:38, 1 April 2016
Advanced version
** install Vagrant
* clone the project/development kit repository (eg: <code>git clone git@git.dave.eu:<i>project-name</i>/mvm.git</code>)
** please refer to the kit documentation for the specific <code><i>project-name</i></code>
* enter repository cloned directory
** create ''<code>data'' </code> directory into parent directory (eg: <bcode>mkdir ../data</bcode> from repository directory)** copy ''<code>vagrant.yml.sample'' </code> to ''<code>vagrant.yml''</code>** customize VM settings by editing ''<code>vagrant.yml'' </code> 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
** overwrite <code>provision/modules/user/file/id_rsa </code> with your private key (eg: <bcode>cp ~/.ssh/<i>username@myhost.com</i> provision/modules/user/file/id_rsa</bcode>): target name should be kept to '''<code>id_rsa'''</code>
* create the VM with the following command:
4,650
edits

Navigation menu