root/trunk/INSTALL.txt

Revision 1506, 1.9 KB (checked in by kohlhaas, 13 months ago)

updated some of the documentation

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1This is the INSTALLING-GUIDE for the Rapla-BINARY-DISTRIBUTION,
2
3You will find more information on our documentation pages on
4http://rapla.sourceforge.net/documentation.html
5
6if you have downloaded the SOURCE-DISTRIBUTION you have to
7!!! BUILD A BINARY-DISTRIBUTION first !!!
8For more information read README-BUILD.txt.
9
10Requirements:
11
12You need JAVA: JRE 1.5 at least (1.6 recommended).
13You can download it from java.sun.com
14
15* The SDK works for the binary and source distribution but is very
16  large (>20 MB)
17
18* The JRE will only work for the binary distribution (Compiler
19  missing) but is much smaller (12MB)
20
21
22STARTING RAPLA:
23
24Start rapla.exe (rapla.sh under Unix).
25
26To start Rapla from the command-line, you have to set the java command
27in your PATH-Variable (if its not already there),
28
29Example:
30setenv PATH $PATH:/usr/local/java/bin  (Unix)
31set PATH=%PATH%:c:\Programme\Java\jre\bin  (Windows)
32
33Then type:
34
35rapla.sh (Unix)
36rapla.bat (win95/98).
37call rapla.bat (win NT/2000)
38
39
40If you want to try out the simpsons-sample change the
41following configuration entry in webapp/WEB-INF/rapla.xconf
42
43  <file-storage id="file" logger="file-operator">
44    <file>simpsons-data.xml</file>
45    <validate>no</validate>
46  </file-storage>
47
48or overwrite your existing data.xml file.
49
50If you want to test multiuser functionality comment out the default login-entry in the facade-entry:
51<!-- We comment out the username and the password to disable automatic login
52    <username>admin</username>
53    <password></password>
54-->
55
56You can than use the following logins:
57
58isa     lisa           
59admin   donut           
60homer   duffs   (Admin)
61skinner         edna           
62monty   money   (Admin)
63abe     matlock
64
65For more information visit the documentation pages on http://rapla.sourceforge.net/
66
67Rapla includes free software developed by other projects.
68For a complete list of all external libraraies, take a look at legal/LIBRARIES-FAQ
69
Note: See TracBrowser for help on using the browser.