Changes

From Amahi Wiki
Jump to: navigation, search
849 bytes added ,  03:21, 23 August 2009
New page: <a href="http://www.amahi.org/apps/adminer-phpmyadmin-mini" target="_blank">Adminer</a> has the ability to install different themes, and here is how. You can find different skins at http:...
<a href="http://www.amahi.org/apps/adminer-phpmyadmin-mini" target="_blank">Adminer</a> has the ability to install different themes, and here is how.

You can find different skins at http://www.adminer.org/en/#extras .

The best way to do this is to do it by command line (or terminal). So get on your HDA or better yet, SSH in and login.

You must be root to wget a file, so login as root, do:

<code>su -</code>

Enter your root password.

Now navigate to the directory where Adminer is located:

<code>cd /var/hda/web-app/adminer/html</code>

After that, you will need to copy the download link to the theme you would like to use, im just using Hever as an example:

<code>wget http://www.adminer.org/static/designs/hever/adminer.css</code>

Then go to http://adminer (or refresh the page if your already there) and you should see your new theme.
304

edits