Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 1.86 KB

README.md

File metadata and controls

55 lines (43 loc) · 1.86 KB

vagrant_martev2_vm

Vagrant AlmaLinux 8.9 VM creation for martev2 workspace for development purpose

System requirements

  • CPU : Atleast 4 [2 CPUs are for VM]
  • Memory : Atleast 4GB [2GB for VM]

Vagrant Providers Support

  • Oracle Virtual-Box [Windows and Linux]
  • Libvirt [Linux Only]

How to setup NFS server in host machine

How to create VM on Oracle Virtual-Box

How to use KVM on Linux instead of using Oracle VirtualBox

How to login to VM

  • vagrant ssh
  • cd martev2_ws [MARTev2 workspace containing all the necessary builds]

How to shutdown the VM

  • vagrant halt

How to destroy the VM

  • vagrant destroy

Bug

  • The 'vagrant up' strucks before cloning the martev2 codebase from github. Bug
  • Press "Ctrl+C".
  • Login to the VM [vagrant ssh].
  • Shutdown the VM [sudo shutdown now].
  • Delete the "martev2_ws" [rm -rf marteve2_ws] folder in host machine.
  • Create the "martev2_ws" [mkdir marteve2_ws] folder in host machine.
  • Start the VM [vagrant up].
  • Start the VM provision [vagrant up --provision].

Network

This VM has no public IP assigned. Please use "nmtui" utility in AlmaLinux VM to configure the network.

Useful links