source: gs3-installations/eurovision-lod/trunk/sites/eurovision/CONFIGURE.txt

Last change on this file was 36766, checked in by davidb, 19 months ago

svn co updated to new gs3-installations structure

File size: 1.5 KB
Line 
1=======================================
2| Eurovision -- Let it Sparkle/Sparql |
3=======================================
4| Configuration |
5---------------------------------------
6
7--
81. Go to your Greenstone3 home directory
9--
10 source ./gs3-setup.sh
11
12--
132. Check out the Eurovision-LOD Site and Iterface
14--
15 svn co https://svn.greenstone.org/gs3-installations/eurovision-lod/trunk/interfaces/eurovision eurovision-lod
16
17 svn co https://svn.greenstone.org/gs3-installations/eurovision-lod/trunk/sites/eurovision eurovision-lod
18
19--
203. Update the Greenstone servlet config file so it works with the new eurovision-lod site and interface
21--
22In a text editor, open:
23
24 $GSDL3SRCHOME/web/WEB-INF/servlets.xml
25
26For the entry:
27 <servlet-name>library</servlet-name>
28
29Change the name of the 'site_name' and 'interface' params
30to be the eurovision-lod ones
31
32Change lines 9-16 from:
33
34 <init-param>
35 <param-name>site_name</param-name>
36 <param-value>localsite</param-value>
37 </init-param>
38 <init-param>
39 <param-name>interface_name</param-name>
40 <param-value>default</param-value>
41 </init-param>
42
43To:
44 <init-param>
45 <param-name>site_name</param-name>
46 <param-value>eurovision-lod</param-value> <!- **** -->
47 </init-param>
48 <init-param>
49 <param-name>interface_name</param-name>
50 <param-value>eurovision-lod</param-value> <!- **** -->
51 </init-param>
52
53
54--
554. Test out your updated Greenstone3 DL server
56--
57
58 ant start
59
60In your browser, visit (if operating locally):
61
62 http://localhost:8383/greenstone3/library
63
64 ant stop
65
66
Note: See TracBrowser for help on using the repository browser.