Skip to content

joseph-holland/workshed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workshed

This repo contains a Vagrantfile and bootstrap script and files to provision a 'workshed' virtual machine where you can work on AWS resources.

The tools bootstrapped into the workshed are:

Install

Pre-requisites

  • BIOS virtualisation enabled (Intel VT or AMD-V)
  • VirtualBox - Oracle (install the Oracle VM VirtualBox Extension Pack too)
  • Vagrant - Hashicorp
  • Git

Building the workshed

  1. Open command line and clone this repo

    git clone https://github.com/joseph-holland/workshed.git
    
  2. Change directory into the workshed and vagrant up

    cd workshed
    vagrant up
    
  3. The virtual machine will take about 5-10 minutes to fully provision after which you will be able to ssh into it

    vagrant ssh
    

Contributing

  1. Fork it ( https://github.com/joseph-holland/workshed/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Vagrantfile for CentOS 7 based VM. Bootstraps tools to work with resources on the AWS platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published