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

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

Adjustment in echo info printed out

  • Property svn:executable set to *
File size: 337 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 "* Now 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.