Changes between Version 1 and Version 2 of howto
- Timestamp:
- Aug 27, 2020, 11:53:28 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
howto
v1 v2 1 Install1 = Install 2 2 3 Interfaces: ri, web 3 To install !RefactorErl you can use the referl script located in the bin directory of the release. Unzip the release and type the following command: 4 4 5 Building a database 5 {{{bin/referl -build tool}}} 6 6 7 Using the web interface 7 System requirements: [wiki:Install Install page] 8 8 9 Using the query language 9 Build configuration options: [http://pnyf.inf.elte.hu/trac/refactorerl/wiki/StartUp#Options Parameters of the referl script ] 10 10 11 Dependency analysis 11 = Starting the tool 12 12 13 Code duplicates 13 To 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 17 For 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