source: main/trunk/model-sites-dev/heritage-nz/collect/pdf-reports/ACTIVATE.sh@ 33245

Last change on this file since 33245 was 33245, checked in by davidb, 5 years ago

Tweak to text message

  • Property svn:executable set to *
File size: 400 bytes
Line 
1#!/bin/bash
2
3cwd=`pwd`
4col=${cwd##*/}
5
6activate.pl -site heritage-nz -library_url http://localhost:8383/greenstone3/hnz-library $* "$col"
7
8
9echo "***"
10echo "* If operating on a networked drive, and error resulted from active, run:"
11echo "* ./FIX-UP-INDEX.sh"
12echo "*"
13echo "* Then restart the Greenstone3 server, as a user with sudo access:"
14echo "* sudo systemctl restart greenstone3"
15echo "***"
Note: See TracBrowser for help on using the repository browser.