-
Notifications
You must be signed in to change notification settings - Fork 169
Installation
gloutsch edited this page Apr 8, 2016
·
2 revisions
This repository works with Vagrant and Virtualbox. For installation instructions see:
- Vagrant: https://www.vagrantup.com/downloads.html
- Virtuabox: https://www.virtualbox.org/wiki/Downloads
You will need rake
and berkshelf
for Chef provisionning, you can install it with rubygems:
gem install rake berkshelf --no-ri --no-rdoc
Clone pentest-env repository and its submodules:
git clone https://github.com/Sliim/pentest-env.git
cd pentest-env/
git submodule init
git submodule update
Or in one line:
git clone https://github.com/Sliim/pentest-env.git --recursive
Install cookbooks dependencies:
rake