source: main/trunk/model-sites-dev/atea/collect/marae-walls/ACTIVATE.sh@ 34472

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

Init cut at files for core elements to be pulled into the Marae Voxel VR session

  • Property svn:executable set to *
File size: 307 bytes
Line 
1#!/bin/bash
2
3cwd=`pwd`
4
5col=${cwd##*/}
6
7site_with_subdirs=${cwd##*/sites/}
8site=${site_with_subdirs%%/*}
9
10library_url=http://localhost:8383/greenstone3/library
11
12
13sudo -u www-data -- \
14 bash -c "pushd ../../../../../ && . gs3-setup.sh && popd && activate.pl -site $site -library_url $library_url $col"
15
16
Note: See TracBrowser for help on using the repository browser.