Skip to content

koushikv04/Vagrant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

#CA675 Vagrant File

This will provide a convenient baseline for the practicals for CA675

Step by Step

  1. Install Vagrant: https://www.vagrantup.com/

  2. Clone (or Fork) this repository and edit the VagrantFile as necessary

    • You might wish to change the number of VCPUs, Memory Allocation
    • You might wish to add or remove shared directories
  3. CD into the directory containing the Vagrantfile

  4. vagrant up will start the process of downloading and configuring the virtual machine

  5. you can then use putty to ssh into localhost port 2222 (username/password is vagrant)

  6. Alternatively, use vagrant ssh for normal access

About

The Vagrant File

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published