README: install instructions

This commit is contained in:
Jörg Thalheim 2014-01-27 15:29:57 +01:00
parent 19e3a17369
commit 5b033d3007
2 changed files with 29 additions and 0 deletions

0
README
View File

29
README.md Normal file
View File

@ -0,0 +1,29 @@
Für das Basissetup wird vagrant, virtualbox und ruby (> 1.9) benötigt:
$ vagrant --version
Vagrant 1.4.3
$ VBoxManage --version
4.3.6_OSEr91406
$ ruby --version
ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-linux]
Ruby-Abhängigkeiten installieren:
$ cd chef-lctp && bundle
Es werden ein paar andere Cookbooks verwendet, diese werden mit diesem Befehl
heruntergeladen
(der berkshelf sollte mit bundle installiert werden)
$ berks install
In vagrant benutze ich noch 2 Plugins, welche installiert werden müssen:
$ vagrant plugin install vagrant-vbguest
$ vagrant plugin install vagrant-berkshelf
Danach können die virtuellen Maschinen hochgefahren werden:
$ vagrant up