Skip to content

Instantly share code, notes, and snippets.

@dharma017
Created September 13, 2015 11:52
Show Gist options
  • Select an option

  • Save dharma017/e2d05e101e98e7a79aa7 to your computer and use it in GitHub Desktop.

Select an option

Save dharma017/e2d05e101e98e7a79aa7 to your computer and use it in GitHub Desktop.
Install Adminer on Ubuntu

##Install Adminer on Ubuntu is very easy. Just type:

sudo apt-get install adminer

Now Adminer should run on http://127.0.0.1/adminer/

But unfortunately, for same reason don`t run...

Then you will need to configure your apache2.conf to make adminer works.

gksu gedit /etc/apache2/apache2.conf

Then add the following line to the end of the file.

Include /etc/adminer/apache.conf

Then restart apache

/etc/init.d/apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment