Skip to content

Offline Installation of things on top of different OS , namely RHEL

License

Notifications You must be signed in to change notification settings

ElmCompany/airgap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Airgap

In a disconnected environment, it's hard to proxy the package manager ( yum, pip, ... ).

This git repository organizes the offline installation of any tools.

How it works.

  • At the leaf-level of any directory, there are always 2 files:
    • online.sh This script must be executed in the machine which is connected to internet. It must download all packages need to install that tool.
    • offline.sh After copying downloaded files by online.sh (using scp command for example) to your environment, run offline.sh in your environment in the same directory where the downloaded files are copied

Supported Tools

Tool OS
docker RHEL 7, CentOS 7

License

LICENSE

About

Offline Installation of things on top of different OS , namely RHEL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages