Changes between Version 20 and Version 21 of Installation_old

Show
Ignore:
Timestamp:
07/27/11 13:10:23 (14 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation_old

    v20 v21  
    4949 
    5050== Installation example - Scientific Linux 5.6 == 
    51 1. Check if ruby is already installed in the system, otherwise install it. Please also check the aversion of installed ruby. 
     511. Check if proper version of ruby is already installed in the system, otherwise install it: 
    5252{{{ 
    5353#!div style="font-size: 90%" 
     
    6363}}} 
    6464 
    65 2. Download the muscle bundle from [[http://apps.man.poznan.pl/trac/muscle/downloads|Downloads section]], e.g. 
     652. Check if Java SE Runtime Environment (JRE) or Java SE Development Kit are present (JDK) in your system. As the precompiled MUSCLE package is already included at build/muscle.jar you usually do not need to compile the Java sources and JRE is fully sufficient. If you want to recompile the Java part of the MUSCLE, a recent Java compiler is also required (javac).   
     66{{{ 
     67#!div style="font-size: 90%" 
     68{{{#!sh 
     69yum install jdk 
     70}}} 
     71}}} 
     72 
     733. Set required environment variables 
     74{{{ 
     75#!div style="font-size: 90%" 
     76{{{#!sh 
     77export JAVA_HOME=/usr/java/jdk1.6.0_26 
     78export PATH=$JAVA_HOME/bin:$PATH 
     79}}} 
     80}}} 
     81 
     824. Download the muscle bundle from [[http://apps.man.poznan.pl/trac/muscle/downloads|Downloads section]], e.g. 
    6683{{{ 
    6784#!div style="font-size: 90%" 
     
    7188}}} 
    7289 
    73 3. Extract the package: 
     905. Extract the package: 
    7491{{{ 
    7592#!div style="font-size: 90%" 
     
    7996}}} 
    8097 
    81 4. See if the MUSCLE is working: 
     986. See if the MUSCLE is working: 
    8299{{{ 
    83100#!div style="font-size: 90%"