Install the Dependencies: PHPmyAdmin, Java


Get your Ubuntu 13.10 server installed. During install make sure you select LAMP and SSH as the two services you want.

Log into your server. Configure your networking if you didn’t during setup. You MUST be using a STATIC IP address.

Elevate to root:

sudo -s

Update your box

apt-get update
apt-get upgrade

Install PHPMyAdmin

apt-get install phpmyadmin

Make sure you select apache. And yes you want it to confgiure the database with blah blah blah. You need to know your mysql ROOT user password (which you set during the OS install as MySQL was part of that…) and finally you need to set a new password for PHPmyAdmin to use.

Good…

Now you need java:

apt-get install openjdk-7-jre

This is a big install/download and may take a little while… when it finished, carry on to the next page!

This post has no comments. Be the first to leave one!

Join the discussion

Your email address will not be published. Required fields are marked *