Changeset 35131


Ignore:
Timestamp:
2021-05-01T22:40:00+12:00 (3 years ago)
Author:
davidb
Message:

Next round of details added in

Location:
main/trunk/model-sites-dev/eurovision-lod
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/eurovision-lod/INSTALL.txt

    r35130 r35131  
    1 Eurovision -- Let it Sparkle/Sparql
    2 ===================================
     1=======================================
     2| Eurovision -- Let it Sparkle/Sparql |
     3=======================================
     4| Compilation/Installation            |
     5---------------------------------------
    36
    471. Requirements
     
    5558  <condition property="gs2.opt.args" value="${opt.gnomelibext.arg} --disable-wvware " else="--disable-mg --disable-mgpp --disable-accentfold --disable-gdbm --disable-sqlite">
    5659
    57 
     60 
    58615. Test you have an operational Greenstone3 base system:
    5962
     
    7275 
    7376
    74 6. Check out the Eurovision-LOD Site and Iterface
     776. Checkout and compile the Apache Jena Triplestore extension:
     78
     79  svn co https://svn.greenstone.org/gs2-extensions/apache-jena/trunk/src gs2build/ext/apache-jena
     80
     81  pushd gs2build/ext/apache-jena/
     82  ./CASCADE-MAKE.sh
     83  popd
     84
     857. Test your Sparql endpoint:
     86
     87Run the Triplestore server:
     88
     89  gs-triplestore-server
     90 
     91In a browser visit:
     92
     93  http://localhost:3030
     94
     95Similar note about to the one above in (5) if setup/access is on/to a remote machine
    7596
    7697
    77   svn co https://svn.greenstone.org/main/trunk/model-sites-dev/eurovision-lod web/sites/eurovision-lod
    78 
    79   svn co https://svn.greenstone.org/main/trunk/model-interfaces-dev/eurovision-lod web/interfaces/eurovision-lod
     98 
    8099
    81100
    82 
    83 
    84 svn co https://svn.greenstone.org/gs2-extensions/apache-jena/trunk/src gs2build/ext/apache-jena
  • main/trunk/model-sites-dev/eurovision-lod/README.txt

    r34714 r35131  
     1=======================================
     2| Eurovision -- Let it Sparkle/Sparql |
     3=======================================
    14
    2 # Add the following to:
    3 #  web/WEB-INF/servlets.xml
     5To get all the software compiled up and installed see:
    46
    5 <servlet>
    6     <servlet-name>eurovisio-library</servlet-name>
    7     <description>The standard gsdl3 library program</description>
    8     <servlet-class>org.greenstone.gsdl3.LibraryServlet</servlet-class>
    9     <init-param>
    10         <param-name>library_name</param-name>
    11         <param-value>eurovisio-library</param-value>
    12     </init-param>
    13     <init-param>
    14         <param-name>site_name</param-name>
    15         <param-value>eurovision-lod</param-value>
    16     </init-param>
    17     <init-param>
    18         <param-name>interface_name</param-name>
    19         <param-value>default</param-value>
    20     </init-param>
    21     <init-param>
    22         <param-name>receptionist_class</param-name>
    23         <param-value>DefaultReceptionist</param-value>
    24     </init-param>
    25     <init-param>
    26         <param-name>default_lang</param-name>
    27         <param-value>en</param-value>
    28     </init-param>
    29 </servlet>
     7  INSTALL.txt
    308
    31 <servlet-mapping>
    32     <servlet-name>eurovisio-library</servlet-name>
    33     <url-pattern>/eurovisio-library/*</url-pattern>
    34 </servlet-mapping>
     9To configure your Greenstone3 see:
    3510
    36 # Edit:
     11  CONFIGURE.txt
    3712
    38   siteConfig.xml
    39  
     13To prepare and then build your Eurovision-LOD collection see:
    4014
    41 # and then restart the GS3 server (from $GSDL3SRCHOME)
    42 
    43 ant restart
     15  BUILDING.txt
    4416
    4517
    46 # Build the collection 'eurovision'
    4718
    48 cd collect/eurovision
    49 
    50 ./IMPORT.sh
    51 
    52 ...
Note: See TracChangeset for help on using the changeset viewer.