Mozilla Skin

RWM Packager install/en

From www.side-labs.org

Installation

The installation is processed with ANT, downloadable from the website of the Apache Foundation [1].

Ant 1.7: | zip | tgz

Once ANT is installed, download the RWM Packager and extract it to the folder of your choice (in our example /Users/macbookpro).

In a terminal console, go to the folder that contains RWM Packager including files build.xml (command: cd <yourSlamDir>) and then run the command ant build.

You must indicate in the order, the following informations :

  1. The directory where you want to install RWM,
  2. The primary user of MySQL (default root),
  3. The password for this user (leave empty if no password),
  4. The databse server (default localhost),
  5. The MySQL port (default 3306),
  6. The name of the database (default rwm).

Then the installation takes between 1 and 5 minutes, and ends with a message: BUILD SUCCESSFUL.

The Requirements Web Modeler is now ready to use.