Wednesday, October 14, 2009

PhpMyAdmin installation on new server

I've started installing my new server 'cumulus' based on an Intel D945GSEJT motherboard with an Intel Atom N270 processor and a Western Digital Caviar Green WD15EADS 1.5TB hard drive. I'm using Ubuntu 9.04 Server.

I could easily mount the motherboard in an old PC case, the holes and spacers fit.

The IDE/PATA connector on the motherboard is a laptop standard, and will require an adaptor to connect a standard IDE connector.

Now installing phpmyadmin, did:

sudo apt-get install phpmyadmin

Added:
Include /etc/phpmyadmin/apache.conf

at the end of /etc/apache2/apache2.conf according to https://help.ubuntu.com/community/phpMyAdmin

Restarted apache with /etc/init.d/apache2 restart

I can now access phpMyAdmin at http://computer.../phpmyadmin

No comments: