Changes between Version 1 and Version 2 of LocalInstallLinux
- Timestamp:
- Jul 11, 2012, 4:38:20 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LocalInstallLinux
v1 v2 51 51 {{{#!sh 52 52 cd $REFERL_ROOT/home/$REFERL_GHOST_USER 53 wget http://plc.inf.elte.hu/erlang/dl/refactorerl-0.9.12.0 1.tar.gz54 tar xvvf refactorerl-0.9.12.0 1.tar.gz55 cd refactorerl-0.9.12.0 153 wget http://plc.inf.elte.hu/erlang/dl/refactorerl-0.9.12.05.tar.gz 54 tar xvvf refactorerl-0.9.12.05.tar.gz 55 cd refactorerl-0.9.12.05 56 56 bin/referl -erl $REFERL_ROOT/bin/erl -build tool 57 57 cd .. 58 rm refactorerl-0.9.12.0 1.tar.gz58 rm refactorerl-0.9.12.05.tar.gz 59 59 }}} 60 60 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.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 version 1.90 or higher versions of Yaws. The suggested version is 1.92. 62 62 63 If the version 1.89 of Yaws is needed to be used, then you should re-build the tool as described below: 63 64 {{{#!sh 64 65 cd $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 66 cd refactorerl-0.9.12.05 67 bin/referl -erl $REFERL_ROOT/bin/erl -build tool -yaws_189 68 }}} 69 70 If one of the higher version of Yaws is going to be used, you needn't do anything. 71 72 To install Yaws: 73 {{{#!sh 74 cd $REFERL_ROOT/home/$REFERL_GHOST_USER 75 wget http://yaws.hyber.org/download/yaws-1.92.tar.gz 76 tar xvvf yaws-1.92.tar.gz 67 77 cd yaws 68 78 export ERL=$REFERL_ROOT/bin/erl … … 72 82 make install 73 83 cd .. 74 rm yaws-1. 89.tar.gz84 rm yaws-1.92.tar.gz 75 85 }}} 76 86 … … 78 88 79 89 {{{#!sh 80 cd $REFERL_ROOT/home/$REFERL_GHOST_USER/refactorerl-0.9.12.0 190 cd $REFERL_ROOT/home/$REFERL_GHOST_USER/refactorerl-0.9.12.05 81 91 bin/referl -erl $REFERL_ROOT/bin/erl -db nif 82 92 }}} 83 93 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'):94 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'): 85 95 86 96 {{{#!erlang