Changes

From Amahi Wiki
Jump to: navigation, search
672 bytes added ,  18:59, 19 June 2011
HowTo install Webmin on Amahi
Make life a little bit easier with Webmin

Install Webmin for management and admin work, Amahi is without these.

Connect to your box by Putty root@hda then start installation by:

Create fila webmin.repo with

nano /etc/yum.repos.d/webmin.repo

edit the file to:

[Webmin]
name=Webmin Distribution Neutral
baseurl=http://download.webmin.com/download/yum
enabled=1


You should also fetch and install GPG key with which the packages are signed:

rpm --import http://www.webmin.com/jcameron-key.asc


You can now install with:

yum install webmin

All dependencies should be resolved automatically.


Now you have the industry standard Admin interface on your Amahi.
11

edits