Repository is archived
No commit activity in last 3 years
No release in over 3 years
Plugin for Foreman that simplifies the UI
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

Installation

Do these steps on the node where you have installed Foreman:

  1. yum install rubygem-nokogiri

  2. gem install deface -v 0.7.2 --ignore-dependencies

  3. git clone git://github.com/theforeman/foreman_simplify.git /usr/local/foreman_simplify

  4. Put this into /usr/share/foreman/bundler.d/foreman_simplify.rb:

    gem 'deface', '0.7.2'
    gem 'foreman_simplify', :path => '/usr/local/foreman_simplify'
    
  5. Run bundle as user foreman in the /usr/share/foreman directory.