| 1 | This is the INSTALLING-GUIDE for the Rapla-BINARY-DISTRIBUTION, |
|---|
| 2 | |
|---|
| 3 | You will find more information on our documentation pages on |
|---|
| 4 | http://rapla.sourceforge.net/documentation.html |
|---|
| 5 | |
|---|
| 6 | if you have downloaded the SOURCE-DISTRIBUTION you have to |
|---|
| 7 | !!! BUILD A BINARY-DISTRIBUTION first !!! |
|---|
| 8 | For more information read README-BUILD.txt. |
|---|
| 9 | |
|---|
| 10 | Requirements: |
|---|
| 11 | |
|---|
| 12 | You need JAVA: JRE 1.5 at least (1.6 recommended). |
|---|
| 13 | You 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 | |
|---|
| 22 | STARTING RAPLA: |
|---|
| 23 | |
|---|
| 24 | Start rapla.exe (rapla.sh under Unix). |
|---|
| 25 | |
|---|
| 26 | To start Rapla from the command-line, you have to set the java command |
|---|
| 27 | in your PATH-Variable (if its not already there), |
|---|
| 28 | |
|---|
| 29 | Example: |
|---|
| 30 | setenv PATH $PATH:/usr/local/java/bin (Unix) |
|---|
| 31 | set PATH=%PATH%:c:\Programme\Java\jre\bin (Windows) |
|---|
| 32 | |
|---|
| 33 | Then type: |
|---|
| 34 | |
|---|
| 35 | rapla.sh (Unix) |
|---|
| 36 | rapla.bat (win95/98). |
|---|
| 37 | call rapla.bat (win NT/2000) |
|---|
| 38 | |
|---|
| 39 | |
|---|
| 40 | If you want to try out the simpsons-sample change the |
|---|
| 41 | following 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 | |
|---|
| 48 | or overwrite your existing data.xml file. |
|---|
| 49 | |
|---|
| 50 | If 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 | |
|---|
| 56 | You can than use the following logins: |
|---|
| 57 | |
|---|
| 58 | isa lisa |
|---|
| 59 | admin donut |
|---|
| 60 | homer duffs (Admin) |
|---|
| 61 | skinner edna |
|---|
| 62 | monty money (Admin) |
|---|
| 63 | abe matlock |
|---|
| 64 | |
|---|
| 65 | For more information visit the documentation pages on http://rapla.sourceforge.net/ |
|---|
| 66 | |
|---|
| 67 | Rapla includes free software developed by other projects. |
|---|
| 68 | For a complete list of all external libraraies, take a look at legal/LIBRARIES-FAQ |
|---|
| 69 | |
|---|