52 | | 1. |
| 52 | NB {{{[run identifier]}}} is used to create a working directory for the current run. It can be any valid directory name and must be the same for every script. E.g., 'Upgrade1' |
| 53 | |
| 54 | 1. Run the script {{{./1-acquisitions.sh [run identifier]}}} - this downloads the i2b2 packages. |
| 55 | 2. Run the script {{{./2-tailor-jboss.sh [run identifier]}}} - it doesn't do anything, but on the up side it's unlikely that it will go wrong ;) |
| 56 | 3. Run the script {{{./3-data-install.sh [run identifier]}}} - this could go wrong so hold your hats. It runs SQL scripts to upgrade the databases. |
| 57 | |