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].
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 :
- The directory where you want to install RWM,
- The primary user of MySQL (default root),
- The password for this user (leave empty if no password),
- The databse server (default localhost),
- The MySQL port (default 3306),
- 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.
