Difference between revisions of "HowTo Webmin"
From Amahi Wiki
					
										
					
					| m (moved User talk:Nalleju to HowTo Webmin) |  (HowTo install Webmin on Amahi) | ||
| Line 4: | Line 4: | ||
| Install Webmin for management and admin work, Amahi is without these. | Install Webmin for management and admin work, Amahi is without these. | ||
| − | Connect to your box by Putty root@hda then start installation  | + | Connect to your box by Putty root@hda then start installation:   | 
| Create fila webmin.repo with | Create fila webmin.repo with | ||
| Line 11: | Line 11: | ||
| edit the file to:   | edit the file to:   | ||
| − | {{ | + | {{Text|Text= | 
| [Webmin] | [Webmin] | ||
| name=Webmin Distribution Neutral | name=Webmin Distribution Neutral | ||
Revision as of 20:30, 19 June 2011
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:
Create fila webmin.repo with
| bash code | 
|---|
| nano /etc/yum.repos.d/webmin.repo | 
edit the file to: 
| Text | 
|---|
| [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:
| bash code | 
|---|
| rpm --import http://www.webmin.com/jcameron-key.asc | 
You can now install with:
| bash code | 
|---|
| yum install webmin | 
All dependencies should be resolved automatically.
Now you have the industry standard Admin interface on your Amahi.
Nalleju
