source: main/trunk/model-sites-dev/atea/collect/digital-nz/ACTIVATE.sh@ 34445

Last change on this file since 34445 was 34445, checked in by davidb, 4 years ago

Change to work with www-data user running the server

  • Property svn:executable set to *
File size: 380 bytes
Line 
1#!/bin/bash
2
3#activate.pl -site atea -library_url http://localhost:8383/greenstone3/atea-library digital-nz
4
5# activate.pl -site atea -library_url http://localhost:8383/greenstone3/library digital-nz
6
7sudo -u www-data -- \
8 bash -c 'pushd ../../../../../ && . gs3-setup.sh && popd && activate.pl -site atea -library_url http://localhost:8383/greenstone3/library digital-nz'
9
10
Note: See TracBrowser for help on using the repository browser.