updated install instructions as default ubuntu apt repository has an old incompatible vagrant version

This commit is contained in:
thomashaw
2016-09-03 00:49:52 +01:00
parent e997c545f0
commit 060fbab612

View File

@@ -28,9 +28,12 @@ And the required Ruby Gems (including Nokogiri and Librarian-puppet)
### On Ubuntu these commands should get you up and running
```bash
sudo apt-get install ruby-dev zlib1g-dev liblzma-dev build-essential patch vagrant virtualbox
curl -o vagrant.deb https://releases.hashicorp.com/vagrant/1.8.4/vagrant_1.8.4_x86_64.deb
sudo dpkg -i vagrant.deb
sudo apt-get install ruby-dev zlib1g-dev liblzma-dev build-essential patch virtualbox
gem install bundle
```
Copy SecGen to a directory of your choosing, such as /home/user/bin/SecGen, then:
```bash
cd /home/user/bin/SecGen