Skip to content

rhtconsulting/miq-Networking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

miq-Networking

General Information

| Name | miq-Networking | | --- | --- | --- | | 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-Networking"
PROJECT_ZIP="https://github.com/rhtconsulting/miq-Networking/archive/master.zip"
cd /tmp
wget -O ${PROJECT_NAME}.zip ${PROJECT_ZIP}
unzip ${PROJECT_NAME}.zip
cd ${PROJECT_NAME}-master
sh install.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors