source: gs3-installations/test-suite/trunk/sites/test-suite/collect/_local_collect_config.bash@ 37175

Last change on this file since 37175 was 37175, checked in by davidb, 15 months ago

A collection that helps test file-level document-version history

File size: 728 bytes
Line 
1
2col=${PWD##*/}
3
4site_with_subdirs=${PWD##*/sites/}
5site=${site_with_subdirs%%/*}
6
7#
8# For *command-line* *building*, can talk to the library over *localhost*,
9# even if the DL collection proxied through another web server to make it
10# publically available to end-users (i.e. accessed via a web browser)
11#
12
13gs_http_port=`egrep "^localhost.port.http" ../../../../../build.properties | sed 's/^localhost\.port\.http=//'`
14
15gs_context=`egrep "^greenstone.context" ../../../../../build.properties | sed 's/^greenstone\.context=//'`
16#gs_context="my-url-prefix"
17
18gs_library_url="http://localhost:$gs_http_port/$gs_context/library"
19#gs_library_url="http://localhost:$gs_http_port/$gs_context/$site-library"
20
21gs_server_usernane=www-data
Note: See TracBrowser for help on using the repository browser.