| 1 | = Installing the Open Grid Scheduler package = |
| 2 | |
| 3 | == Installation and updating == |
| 4 | |
| 5 | 1. Download the latest `opengrid-x.y.tar.gz` file from the [wiki:net.sf.basedb.opengrid Open Grid Scheduler main page]. |
| 6 | 2. Unpack the downloaded file to a directory of your choice. |
| 7 | 3. Copy the `opengrid.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. If this is a FIRST-TIME INSTALLATION: |
| 10 | A. Copy the `opengrid-config.xml` to your BASE `WEB-INF/classes` directory. |
| 11 | B. Configure your installation (see below). |
| 12 | 5. If this is an UPDATE INSTALLATION: |
| 13 | A. Check the documentation for the current release if any configuration changes are needed. |
| 14 | B. Update your `opengrid-config.xml` if needed. |
| 15 | 6. Log in to BASE as an administrator and go to the '''Administrate->Plug-ins & Extensions->Overview''' page. |
| 16 | 7. Run the installation wizard and select `opengrid.jar` for installation. |
| 17 | 8. Go to '''Administrate->Services''' and check that the ''Open Grid Scheduler service'' is running. |
| 18 | |