source: main/trunk/greenstone3/SETUP.bash

Last change on this file was 38521, checked in by davidb, 4 months ago

Safer to do sourcing with '.', rather than 'source' which is actually a conveniece alias for csh. When testing out an ansible-playbook, the built-in shell did not like 'source'

File size: 192 bytes
Line 
1
2# Useful script for developers to run and operate Greenstone3 on the command-line
3#
4# **** Needs to be source in the directory where it is located ****
5
6. ./gs3-setup-cli.sh
7. ./gs3-setup.sh
Note: See TracBrowser for help on using the repository browser.