mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
updated install instructions as default ubuntu apt repository has an old incompatible vagrant version
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user