Difference between revisions of "Adminer"

From Amahi Wiki
Jump to: navigation, search
 
(2 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
You must be root to wget a file, so login as root, do:
 
You must be root to wget a file, so login as root, do:
  
<code>su -</code>
+
su -
  
 
Enter your root password.
 
Enter your root password.
Line 13: Line 13:
 
Now navigate to the directory where Adminer is located:
 
Now navigate to the directory where Adminer is located:
  
<code>cd /var/hda/web-app/adminer/html</code>
+
cd /var/hda/web-apps/adminer/html  
  
 
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:
 
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>
+
wget <nowiki>http://www.adminer.org/static/designs/hever/adminer.css</nowiki>  
  
Then go to http://adminer (or refresh the page if your already there) and you should see your new theme.
+
Then go to <nowiki>http://adminer</nowiki> (or refresh the page if your already there) and you should see your new theme.
 +
 
 +
[[Category:Apps]]

Latest revision as of 03:04, 26 July 2014

Adminer 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:

su -

Enter your root password.

Now navigate to the directory where Adminer is located:

cd /var/hda/web-apps/adminer/html 

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:

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

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