| 1 | = Installing the Relax package = |
| 2 | |
| 3 | == Installation and updating == |
| 4 | |
| 5 | 1. Download the latest `relax-x.y.tar.gz` file from the [wiki:net.sf.basedb.relax Relax main page]. |
| 6 | 2. Unpack the downloaded file to a directory of your choice. |
| 7 | 3. Copy the `relax.jar` file to your BASE plug-ins directory. Look in your |
| 8 | `base.config` file if you don't know where this is. |
| 9 | 4. Copy the `config/relax-config.xml` to your `WEB-INF\classes\` directory. The `<server-mode>` element can be set to either `RELAX` (the default) or `LEVEL3` depending on the type of server your are installing. |
| 10 | 5. Log in to BASE as an administrator and go to the '''Administrate->Plug-ins & Extensions->Overview''' page. |
| 11 | 6. Run the installation wizard and select to install `relax.jar`. |
| 12 | 7. Refresh your menu entries with '''BASE -> Reload permissions''' |
| 13 | 8. Go to the '''Extensions -> Relax (admin)''' menu. It should display some warnings and error messages. Click on the `Create missing items` button to fix most of them. |
| 14 | 9. You'll also need to configure file server access to be able to access the files exported from Reggie. |
| 15 | 10. Done. |
| 16 | |