You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Note: Software listed is available on the MAP Support repository on Trogdor.mit.edu.

  1. Download the following files from the MAP Support repository onto the system being setup:
    cd /root
    scp root@trogdor:/opt/software-repository-tmp/ZEND_Core/ZendCore-2.5.0-linux-glibc21-i386.tar.gz \
       root@trogdor:/opt/software-repository-tmp/Java/jdk-6-linux-i586.bin  \
       root@trogdor:/opt/software-repository-tmp/Java/java_home.sh   \
       root@trogdor:/opt/software-repository-tmp/common-init/web  .
    
  2. Set up Java, and the Java home var.
    chmod u+x /root/jdk-6-linux-i586.bin
    cd /usr/local
    /root/jdk-6-linux-i586.bin
    
    • Go through the user agreement, and type 'yes' at the prompt.
      cd /root
      cp /root/java_home.sh /etc/profile.d
      chmod a+rx,a-w /etc/profile.d/java_home.sh
      
  • No labels