Skip to content

ugf/vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant

Local development with Vagrant

Setup

Drop to the command line in the vagrant/package_creation folder and run

vagrant up

del package.box If package.box exists

vagrant package

copy package.box ..\boxes\ubuntu_dev.box /y

vagrant destroy -f

This will setup a base box that is similar to our Rightscale ubuntu image named ubuntu_dev.

Examples

To start an operations vm, drop to the command in the vagrant/operations folder and run

vagrant box remove ubuntu_dev If an ubuntu_dev box already exists from a previous package

vagrant up

To ssh in (from windows) use putty and connect to port 2222 against ip 127.0.0.1. Use the ppk file that is in the boxes folder.

See also

About

Local development with Vagrant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages