Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 Open a command line interface and enter the following (Ubuntu):

Code Block
languagebash
$ sudo add-apt-repository ppa:webupd8team/java
$ sudo apt-get update
$ sudo apt-get install oracle-java7-installer


For other *nix variants you may have to add other repos or manually download and scpinstall Java.

Setup MySQL databases

 Assuming an existing mySQL MySQL installation, execute the following:
 

...