Changes between Version 1 and Version 2 of DICLOUD/GEC12tutorial


Ignore:
Timestamp:
10/17/11 15:05:58 (13 years ago)
Author:
David Irwin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DICLOUD/GEC12tutorial

    v1 v2  
    3939While the directions may work for other distributions, your mileage may vary.
    4040
     41== Install dependent software packages ==
    4142
     43To install dependent software you need root access. The directions assume the user is able to use sudo to run commands as root.
     44
     45{{{
     46$ sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
     47$ sudo apt-get update
     48$ sudo apt-get install sun-java6-jdk
     49$ sudo apt-get install maven2
     50$ sudo apt-get install apache2
     51$ sudo apt-get install libapache2-mod-php5
     52$ sudo apt-get install php5-mysql
     53$ sudo a2enmod php5
     54$ sudo apt-get install mysql-server
     55}}}
     56
     57MySQL server will ask you to set a root password. Remember the password.
     58
     59