Changes between Version 1 and Version 2 of howto


Ignore:
Timestamp:
Aug 27, 2020, 11:53:28 PM (4 years ago)
Author:
tothm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto

    v1 v2  
    1 Install 
     1= Install 
    22 
    3 Interfaces: ri, web 
     3To install !RefactorErl you can use the referl script located in the bin directory of the release. Unzip the release and type the following command: 
    44 
    5 Building a database 
     5{{{bin/referl -build tool}}} 
    66 
    7 Using the web interface 
     7System requirements: [wiki:Install Install page] 
    88 
    9 Using the query language 
     9Build configuration options: [http://pnyf.inf.elte.hu/trac/refactorerl/wiki/StartUp#Options Parameters of the referl script ] 
    1010 
    11 Dependency analysis 
     11= Starting the tool 
    1212 
    13 Code duplicates 
     13To start the tool with the default config use: {{{bin/referl}}}. This will store the source code representation in an Mnesia database. However, to decrease memory footprint and speed up the tool you may want to use the Kyoto Cabinet backend of !RefactorErl: 
     14 
     15{{{bin/referl -db kcmini}}} 
     16 
     17For further options please check the [wiki:StartUp StartUp page] 
     18= Interfaces: ri, web 
     19 
     20= Building a database 
     21 
     22= Using the web interface 
     23 
     24= Using the query language 
     25 
     26= Dependency analysis 
     27 
     28= Code duplicates