Install Webmin on Scientific Linux

 

GeoHelm requires Webmin for installation. You can follow the steps below*.

 

1. Connect to your server via SSH and install the requirements using YUM

yum -y install perl perl-Net-SSLeay openssl perl-IO-Tty perl-Encode-Detect zip unzip wget bzip2 

2. Create the Webmin Repository

vi /etc/yum.repos.d/webmin.repo
		  
[Webmin]
name=Webmin Distribution Neutral
baseurl=http://download.webmin.com/download/yum
enabled=1
gpgcheck=1
gpgkey=http://www.webmin.com/jcameron-key.asc  
		  

 

3. Install using yum

yum -y install webmin


IMPORTANT: Scientific Linux requires manual installation of the epel repository for GIS libraries.

yum -y install epel-release


7. Navigate to https://YourIP:10000 or https://YourDomain:1000 and you should find the Webmin login screen.

*If you prefer, a Quick Start script is available.

 

You are now ready to Install GeoHelm!