Changes between Version 1 and Version 2 of LocalInstallLinux


Ignore:
Timestamp:
Jul 11, 2012, 4:38:20 PM (12 years ago)
Author:
manualwiki
Comment:

update to the corresponding release and Yaws

Legend:

Unmodified
Added
Removed
Modified
  • LocalInstallLinux

    v1 v2  
    5151{{{#!sh 
    5252cd $REFERL_ROOT/home/$REFERL_GHOST_USER 
    53 wget http://plc.inf.elte.hu/erlang/dl/refactorerl-0.9.12.01.tar.gz 
    54 tar xvvf refactorerl-0.9.12.01.tar.gz 
    55 cd refactorerl-0.9.12.01 
     53wget http://plc.inf.elte.hu/erlang/dl/refactorerl-0.9.12.05.tar.gz 
     54tar xvvf refactorerl-0.9.12.05.tar.gz 
     55cd refactorerl-0.9.12.05 
    5656bin/referl -erl $REFERL_ROOT/bin/erl -build tool 
    5757cd .. 
    58 rm refactorerl-0.9.12.01.tar.gz 
     58rm refactorerl-0.9.12.05.tar.gz 
    5959}}} 
    6060 
    61 Now you should be able to use your !RefactorErl installation. If you would like to use the web based interface of the tool, you have to install the proper version (1.89) of Yaws. 
     61Now you should be able to use your !RefactorErl installation. If you would like to use the web based interface of the tool, you have to install the version 1.90 or higher versions of Yaws. The suggested version is 1.92. 
    6262 
     63If the version 1.89 of Yaws is needed to be used, then you should re-build the tool as described below: 
    6364{{{#!sh 
    6465cd $REFERL_ROOT/home/$REFERL_GHOST_USER 
    65 wget http://yaws.hyber.org/download/yaws-1.89.tar.gz 
    66 tar xvvf yaws-1.89.tar.gz 
     66cd refactorerl-0.9.12.05 
     67bin/referl -erl $REFERL_ROOT/bin/erl -build tool -yaws_189 
     68}}} 
     69 
     70If one of the higher version of Yaws is going to be used, you needn't do anything. 
     71 
     72To install Yaws: 
     73{{{#!sh 
     74cd $REFERL_ROOT/home/$REFERL_GHOST_USER 
     75wget http://yaws.hyber.org/download/yaws-1.92.tar.gz 
     76tar xvvf yaws-1.92.tar.gz 
    6777cd yaws 
    6878export ERL=$REFERL_ROOT/bin/erl 
     
    7282make install 
    7383cd .. 
    74 rm yaws-1.89.tar.gz 
     84rm yaws-1.92.tar.gz 
    7585}}} 
    7686 
     
    7888 
    7989{{{#!sh 
    80 cd $REFERL_ROOT/home/$REFERL_GHOST_USER/refactorerl-0.9.12.01 
     90cd $REFERL_ROOT/home/$REFERL_GHOST_USER/refactorerl-0.9.12.05 
    8191bin/referl -erl $REFERL_ROOT/bin/erl -db nif 
    8292}}} 
    8393 
    84 If you have successfully installed yaws, you can start the nitrogen-based web UI with the following function call (mind to change the 'yaws_path'): 
     94If you have successfully installed Yaws, you can start the nitrogen-based web UI with the following function call (mind to change the 'yaws_path'): 
    8595 
    8696{{{#!erlang