Download one of the RSE distribution bundles:
|
Bundle Link
|
RSE Alpha Release 0.6.2.alpha (zip) |
rse-0.6.2.alpha-server.zip
|
Previous Releases
All previous releases of RSE can be found here
.
JDK
|
1.5 or above |
Memory
|
500 MB |
Disk
|
2 GB |
Operating System
|
No minimum requirement. On Windows, Windows NT and above, Cygwin is required. |
RSE is a Java 1.5 based system, so you must have
Java 1.5
or higher installed in order to proceed.
Unix-based Operating Systems (Linux, Solaris and Mac OS X)
- Extract the distribution archive, i.e. rse-0.6.2.alpha-server.zip
to the directory you wish to install RSE 0.6.2.alpha. These instructions assume you chose "/usr/local/rse"
. The directory rse-0.6.2.alpha
will be created from the archive.
- In a command terminal, add the RSE_HOME
environment variable, e.g. "export RSE_HOME=/usr/local/rse/rse-0.6.2.alpha"
.
- Add RSE_HOME/bin
environment variable to your path, e.g. "export PATH=$RSE_HOME/bin:$PATH"
.
- Make sure that JAVA_HOME
is set to the location of your JDK, e.g. "export JAVA_HOME=/usr/java/jdk1.5.0_02"
and that "$JAVA_HOME/bin"
is in your PATH
environment variable.
Windows 2000/XP (Under Construction - Unresolved Cygwin related problems)
- Install Cygwin
in your system if it is not already installed.
- Unzip the distribution archive, i.e. rse-0.6.2.alpha-server.zip
to the directory you wish to install RSE 0.6.2.alpha. These instructions assume you chose "C:\Program Files\RSE"
. The directory rse-0.6.2.alpha
will be created from the archive.
- Add the RSE_HOME
environment variable by opening up the system properties (WinKey + Pause), selecting the "Advanced" tab, and the "Environment Variables" button, then adding the RSE_HOME
variable in the user variables with the value "C:\Program Files\RSE\rse-0.6.2.alpha"
.
- In the same dialog, update/create the Path
environment variable in the user variables with the value "%RSE_HOME%;%Path%"
to make RSE available from the command line.
- In the same dialog, make sure that JAVA_HOME
exists in your user variables or in the system variables and it is set to the location of your JDK, e.g. "C:\Program Files\Java\jdk1.5.0_02"
and that "%JAVA_HOME%\bin"
is in your Path
environment variable.
- Open a new command prompt (Winkey + R then type "cmd"
) and run "mvn --version"
to verify that it is correctly installed.