Documentation/Setup/Installation
From ScriptRunner
Revision as of 00:18, 25 May 2020 by Shaun.mccreery (talk | contribs)
Documentation :: Setup :: Installation
This provides a typical installation process, but consideration should be given for local installation standards and ways of working. Please read the Requirements page before starting to ensure you're aware of prerequisites such as having a suitable JRE installed.
ScriptRunner Controller
- Download the setup script from https://smnt-downloads.s3.eu-central-1.amazonaws.com/ScriptRunner/0.3.0.0/setup.sh.
- Edit setup.sh and change the directories and user to use for your installation.
- installationDirectory : This is the base directory for the installation, were all application file and configuration will be stored.
- logDirectory : This will be used for all application logs. Also the recommended location for script output to be logged too.
- applicationUser : The user the application will run as.
- applicationGroup : The group that the application and configuration files should have assigned as owner.
- Run setup.sh. This will download the latest version of the application and set up everything in place.
sudo sh setup.sh
- Setup your application.cofiguration file with your environment details.
- Start ScriptRunner be using the init.sh script in your installation directory.