Puppet von puppetlabs: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Tina (Diskussion | Beiträge) |
Tina (Diskussion | Beiträge) |
||
| Zeile 8: | Zeile 8: | ||
=Versuch 2 ueber github= | =Versuch 2 ueber github= | ||
| − | *Download puppet-dashboard von https://github.com/sodabrew/puppet-dashboard | + | *Download puppet-dashboard von https://github.com/sodabrew/puppet-dashboard als zip Datei |
| + | *vorausgesetzte Pakete installieren (falls noch nicht auf System): | ||
| + | apt-get install ruby | ||
| + | apt-get install bundler | ||
| + | apt-get install mysql | ||
Version vom 10. Juni 2015, 13:28 Uhr
install puppetlabs repo
- wget https://apt.puppetlabs.com/puppetlabs-release-trusty.deb
- sudo dpkg -i puppetlabs-release-trusty.deb
- sudo apt-get update
Versuch 2 ueber github
- Download puppet-dashboard von https://github.com/sodabrew/puppet-dashboard als zip Datei
- vorausgesetzte Pakete installieren (falls noch nicht auf System):
apt-get install ruby apt-get install bundler apt-get install mysql