ldomb / miq-RedHat-Sat6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

miq-RedHat-Sat6

General Information

| Name | miq-RedHat-Satellite6 | | --- | --- | --- | | License | GPL v2 (see LICENSE file) | | Version | 1.0 |

Author

Name E-mail
Laurent Domb laurent@redhat.com

Packager

Name E-mail
Laurent Domb laurent@redhat.com

Install

  1. Download import/export rake scripts

cd /tmp
if [ -d cfme-rhconsulting-scripts-master ] ; then rm -fR /tmp/cfme-rhconsulting-scripts-master fi
wget -O cfme-rhconsulting-scripts.zip https://github.com/rhtconsulting/cfme-rhconsulting-scripts/archive/master.zip
unzip cfme-rhconsulting-scripts.zip
cd cfme-rhconsulting-scripts-master
make install
  1. Install {project-name} on appliance

PROJECT_NAME="miq-RedHat-Sat6"
PROJECT_ZIP="wget --no-check-certificate https://github.com/ldomb/miq-RedHat-Sat6/archive/master.zip"
cd /tmp
wget -O ${PROJECT_NAME}.zip ${PROJECT_ZIP}
unzip ${PROJECT_NAME}.zip
cd ${PROJECT_NAME}-master
sh install.sh

About

License:GNU General Public License v2.0


Languages

Language:Ruby 99.4%Language:Shell 0.6%