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:
Update your box
apt-get upgrade
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:
This is a big install/download and may take a little while… when it finished, carry on to the next page!