Skip to content

pietrot/littleoldvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

littleoldvm

Prep work

Launching your VM

  1. Setup the config file.
cp Vagrantfile.example Vagrantfile
  • Update your hostname (HOSTNAME - in Vagrantfile).

  • Update your sites directory (SITES_DIR - in Vagrantfile) to reflect your local sites directory. This provides folder sharing between the vm and your local machine through network mapping.

(adjust available CPUs & memory as needed)

  1. Spin up the VM (incl. provisioning).
vagrant up
  1. Create local DNS entry.
sudo vim /etc/hosts
...
192.168.33.11 {hostname}.test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages