Changes between Version 2 and Version 3 of SCMVM
- Timestamp:
- 07/02/20 15:08:49 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCMVM
v2 v3 5 5 and the associated github repository at https://github.com/metomi/metomi-vms 6 6 7 The VM should be run on a system where the user is able to install third party software. In can be run using a linux or windows host, but only the former is supported by CMS. In both cases, Virtualbox and Vagrant are required. Please see the github page for full details on these software . Access to MOSRS is required.7 The VM should be run on a system where the user is able to install third party software. In can be run using a linux or windows host, but only the former is supported by CMS. In both cases, Virtualbox and Vagrant are required. Please see the github page for full details on these software packages. Access to MOSRS is required. The local directory where the VM was started is mounted as {{{/vagrant}}} inside the VM, so files cane be copied to it. It is also possible to ssh out of the VM. 8 8 9 9 = Installation of the VM on linux = … … 37 37 }}} 38 38 39 * Have a coffee while it builds. You should now be able to log onto the VM with39 * Have a coffee while it builds. When it completes, you should now be able to log onto the VM with 40 40 {{{ 41 41 vagrant ssh … … 43 43 You will be asked for your MOSRS password and username (in the order). 44 44 45 * While dlogged onto the VM, complete the installation with45 * While logged onto the VM, complete the installation with 46 46 {{{ 47 47 sudo apt-get install xauth … … 49 49 and log out and back on again. 50 50 51 * The VM is started with {{{vagrant up}}}, halted with {{{vagrant halt}}} and deleted with {{{vagrant destroy}}}51 * The VM is started with {{{vagrant up}}}, accessed by {{{vagrant ssh}}}, halted with {{{vagrant halt}}} and deleted with {{{vagrant destroy}}} 52 52 53 = Installation of VM on Windows = 54 55 * Install Virtualbox and Vagrant 56 57 * Download and install git for windows. https://gitforwindows.org/ Open a command window and 58 {{{ 59 git clone https://github.com/metomi/metomi-vms.git 60 }}} 61 and cd in the metomi-vms directory 62 63 64 * Build the VM with 65 {{{ 66 vagrant up 67 }}} 68 A Virtualbox window will appear, but ignore this. Have a coffee while it builds. 69 70 * Start the VM with 71 {{{ 72 vagrant up 73 }}} 74 A window will appear with the VM and a terminal window open. You will be asked for your MOSRS password and username (in the order). 53 75 54 76 = Preparation of the UM on the VM =