source: trunk/README @ 28

Revision 28, 1.0 KB checked in by dom, 4 years ago (diff)

Revealed and fixed problem in tester when two nodes have different code paths

Line 
1EXTREME FORGE
2
3http://extremeforge.net
4
5The aims of this software are:
6
7* To provide a complete, self-contained environment fulfilling the
8  needs of extreme programming teams.
9* To provide a complete, self-contained environment fulfilling the
10  needs of Erlang programmers.
11* To explore some of the ideas at the forefront of extreme
12  programming.
13* To facilitate adoption of extreme programming in corporate
14  environments, by automating or simplifying traditional needs such
15  as traceability, tracking, reporting, metrics...
16* To facilitate the use of extreme programming on distributed
17  projects, including open source ones.
18
19Requirements
20-----------
21
22Erlang/OTP R11B4 or above.
23Cf. http://www.erlang.org
24
25Installation
26------------
27
28Download the tarball, unpack to any convenient location.
29Change to the directory to which you unpacked.
30From the shell, run the 'install' script:
31
32% ./install
33
34This should print out some lines, ending with "done".
35
36LEGAL MATTERS
37-------------
38
39See the file COPYING located in the src directory.
Note: See TracBrowser for help on using the repository browser.