Posts Tagged “installation”

Installing Foreman on CentOS 6

by actionjack on June 6, 2012

Currently the easiest way to install foreman is by using the foreman-installer which is basically a set of pre-packaged puppet modules yum install git mysql-server cd /tmp git clone –recursive git://github.com/theforeman/foreman-installer.git echo include foreman, foreman_proxy | puppet apply –modulepath /tmp/foreman-installer (…)

Read the rest of this entry »