aptira / miq-BASE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

miq-BASE

General Information

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

Author

Name E-mail
Kevin Morey kmorey@redhat.com

Packager

Name E-mail
Jose Simonelli jose@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-BASE"
PROJECT_ZIP="https://github.com/rhtconsulting/miq-BASE/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.8%Language:Shell 0.2%