The install.sh script handles all operations related to
installing and removing the application.
Options
- -r | --runtime
- Create the runtime instance using the site configuration file
- -R | --internalruntime
- Create the internal runtime instance using the site configuration file
- -F | --force
- Force the operation that is performed wherever appropriate (eg.
install/uninstall)
- -i | --install
- Install application packages
- -u | --uninstall
- Uninstall application packages
- -S | --startnow
- Start application services after completing the other operations (if
possible)
- -s | --startup
- Start application services on reboot and start it now: equivalent to -I
-S
- -d | --directory type='str', argname='installation_base_dir',
- Path where the site would get installed
- -f | --siteoptionsfile
- Path to the site configuration file (default: ./conf/site-options.conf)
- -c | --conf-file
- The environment configuration file (usually of the form
environment-<platform>.conf), used to identify the platform.
Note: This is not to be confused with the the
site-options.conf file.
- -I | --initscript
- Start application services on reboot
- -V | --verbose
- Show all output in noninteractive mode
- -E | --check_environment
- Check if the system environment is suitable for this installation
- -a | --all
- Performs these operations in sequence - Install, create runtime and setup
initscripts (equivalent to: -I -r -i)
- -D | --debug
- Displays traceback errors if any
- -C | --cleanup
- Stop/Kill the application processes, wipes out application packages and site
directory.
CAUTION:
THIS OPTION WILL WIPE OUT THE SITE
DATA.
- -n | --noninteractive
- Used to run the installer in non-interactive mode