Commit cc2bc628372f6c410eced3e4a8b6f80eed1b1101
1 parent
481b5d8d
add chat
Showing
17 changed files
with
34 additions
and
8 deletions
docker/Dockerfile
1 | # Automatically generated Dockerfile | 1 | # Automatically generated Dockerfile |
2 | -# - Build 2017-07-13 06:11 | 2 | +# - Build 2017-07-13 06:32 |
3 | # - Lucene/Solr version 6.6.0 | 3 | # - Lucene/Solr version 6.6.0 |
4 | # - Mtas release 20170713 | 4 | # - Mtas release 20170713 |
5 | # | 5 | # |
@@ -74,7 +74,7 @@ RUN service apache2 stop && \ | @@ -74,7 +74,7 @@ RUN service apache2 stop && \ | ||
74 | chmod -R 755 /var/www/html && \ | 74 | chmod -R 755 /var/www/html && \ |
75 | printf "echo\n" >> /start.sh && \ | 75 | printf "echo\n" >> /start.sh && \ |
76 | printf "echo \"================ Mtas -- Multi Tier Annotation Search =================\"\n" >> /start.sh && \ | 76 | printf "echo \"================ Mtas -- Multi Tier Annotation Search =================\"\n" >> /start.sh && \ |
77 | - printf "echo \" Timestamp 2017-07-13 06:11\"\n" >> /start.sh && \ | 77 | + printf "echo \" Timestamp 2017-07-13 06:32\"\n" >> /start.sh && \ |
78 | printf "echo \" Lucene/Solr version 6.6.0\"\n" >> /start.sh && \ | 78 | printf "echo \" Lucene/Solr version 6.6.0\"\n" >> /start.sh && \ |
79 | printf "echo \" Mtas release 20170713\"\n" >> /start.sh && \ | 79 | printf "echo \" Mtas release 20170713\"\n" >> /start.sh && \ |
80 | printf "echo \" See https://meertensinstituut.github.io/mtas/ for more information\"\n" >> /start.sh && \ | 80 | printf "echo \" See https://meertensinstituut.github.io/mtas/ for more information\"\n" >> /start.sh && \ |
@@ -96,8 +96,12 @@ RUN service apache2 stop && \ | @@ -96,8 +96,12 @@ RUN service apache2 stop && \ | ||
96 | cp -rp demo1 demo3 && \ | 96 | cp -rp demo1 demo3 && \ |
97 | cp data/schemaFull.xml demo3/conf/schema.xml && \ | 97 | cp data/schemaFull.xml demo3/conf/schema.xml && \ |
98 | echo "name=demo3" > demo3/core.properties && \ | 98 | echo "name=demo3" > demo3/core.properties && \ |
99 | + cp -rp demo1 demo4 && \ | ||
100 | + cp data/schemaFull.xml demo4/conf/schema.xml && \ | ||
101 | + echo "name=demo4" > demo4/core.properties && \ | ||
99 | mv demo1 /var/solr/data/ && \ | 102 | mv demo1 /var/solr/data/ && \ |
100 | mv demo2 /var/solr/data/ && \ | 103 | mv demo2 /var/solr/data/ && \ |
101 | - mv demo3 /var/solr/data/ | 104 | + mv demo3 /var/solr/data/ && \ |
105 | + mv demo4 /var/solr/data/ | ||
102 | 106 | ||
103 | CMD bash -C '/start.sh'; 'bash' | 107 | CMD bash -C '/start.sh'; 'bash' |
104 | \ No newline at end of file | 108 | \ No newline at end of file |
docker/chat-samples/0metadata.cdc.gz
0 → 100644
No preview for this file type
docker/chat-samples/Julie/02-0_11_18.xml.gz
0 → 100644
No preview for this file type
docker/chat-samples/Julie/09-1_03_16.xml.gz
0 → 100644
No preview for this file type
docker/chat-samples/Julie/10-1_04_23.xml.gz
0 → 100644
No preview for this file type
docker/chat-samples/Julie/11-1_06_04.xml.gz
0 → 100644
No preview for this file type
docker/chat-samples/Julie/13-1_07_26.xml.gz
0 → 100644
No preview for this file type
docker/chat-samples/Julie/14-1_09_16.xml.gz
0 → 100644
No preview for this file type
docker/chat-samples/Julie/16-1_11_11.xml.gz
0 → 100644
No preview for this file type
docker/chat-samples/Julie/17-2_00_10.xml.gz
0 → 100644
No preview for this file type
docker/chat-samples/Julie/19-2_01_23.xml.gz
0 → 100644
No preview for this file type
docker/chat-samples/Julie/25-2_06_22.xml.gz
0 → 100644
No preview for this file type
docker/chat-samples/Julie/41-4_08_29.xml.gz
0 → 100644
No preview for this file type
docker/chat-samples/Julie/42-5_03_19.xml.gz
0 → 100644
No preview for this file type
docker/chat-samples/readme.txt.gz
0 → 100644
No preview for this file type
docker/site/index.html
@@ -11,12 +11,21 @@ | @@ -11,12 +11,21 @@ | ||
11 | <body> | 11 | <body> |
12 | <h1>Multi Tier Annotation Search</h1> | 12 | <h1>Multi Tier Annotation Search</h1> |
13 | 13 | ||
14 | + <h3>Examples</h3> | ||
15 | + <ul> | ||
16 | + <li><a href="example_demo1.html">Example demo1</a></li> | ||
17 | + <li><a href="example_demo2.html">Example demo2</a></li> | ||
18 | + <li><a href="example_demo3.html">Example demo3</a></li> | ||
19 | + <li><a href="example_demo4.html">Example demo4</a></li> | ||
20 | + </ul> | ||
21 | + | ||
14 | <h3>Solr</h3> | 22 | <h3>Solr</h3> |
15 | <ul> | 23 | <ul> |
16 | <li>Go directly to <a target="_blank" href="/solr/">Solr</a></li> | 24 | <li>Go directly to <a target="_blank" href="/solr/">Solr</a></li> |
17 | <li>Go directly to <a target="_blank" href="/solr/#/demo1">Solr - demo1</a></li> | 25 | <li>Go directly to <a target="_blank" href="/solr/#/demo1">Solr - demo1</a></li> |
18 | <li>Go directly to <a target="_blank" href="/solr/#/demo2">Solr - demo2</a></li> | 26 | <li>Go directly to <a target="_blank" href="/solr/#/demo2">Solr - demo2</a></li> |
19 | <li>Go directly to <a target="_blank" href="/solr/#/demo3">Solr - demo3</a></li> | 27 | <li>Go directly to <a target="_blank" href="/solr/#/demo3">Solr - demo3</a></li> |
28 | + <li>Go directly to <a target="_blank" href="/solr/#/demo4">Solr - demo4</a></li> | ||
20 | </ul> | 29 | </ul> |
21 | 30 | ||
22 | <h3>Available folia</h3> | 31 | <h3>Available folia</h3> |
@@ -36,11 +45,20 @@ | @@ -36,11 +45,20 @@ | ||
36 | <li><a target="_blank" href="/demo/isotei-samples/FOLK_STUTTGART_21_TEI_ISO/FOLK_E_00064_SE_01_T_03_DF_01.xml">/demo/isotei-samples/FOLK_STUTTGART_21_TEI_ISO/FOLK_E_00064_SE_01_T_03_DF_01.xml</a> - FOLK</li> | 45 | <li><a target="_blank" href="/demo/isotei-samples/FOLK_STUTTGART_21_TEI_ISO/FOLK_E_00064_SE_01_T_03_DF_01.xml">/demo/isotei-samples/FOLK_STUTTGART_21_TEI_ISO/FOLK_E_00064_SE_01_T_03_DF_01.xml</a> - FOLK</li> |
37 | </ul> | 46 | </ul> |
38 | 47 | ||
39 | - <h3>Examples</h3> | 48 | + <h3>Available CHAT</h3> |
40 | <ul> | 49 | <ul> |
41 | - <li><a href="example_demo1.html">Example demo1</a></li> | ||
42 | - <li><a href="example_demo2.html">Example demo2</a></li> | ||
43 | - <li><a href="example_demo3.html">Example demo3</a></li> | 50 | + <li><a target="_blank" href="/demo/chat-samples/Julie/02-0_11_18.xml">/demo/chat-samples/Julie/02-0_11_18.xml</a></li> |
51 | + <li><a target="_blank" href="/demo/chat-samples/Julie/09-1_03_16.xml">/demo/chat-samples/Julie/09-1_03_16.xml</a></li> | ||
52 | + <li><a target="_blank" href="/demo/chat-samples/Julie/10-1_04_23.xml">/demo/chat-samples/Julie/10-1_04_23.xml</a></li> | ||
53 | + <li><a target="_blank" href="/demo/chat-samples/Julie/11-1_06_04.xml">/demo/chat-samples/Julie/11-1_06_04.xml</a></li> | ||
54 | + <li><a target="_blank" href="/demo/chat-samples/Julie/13-1_07_26.xml">/demo/chat-samples/Julie/13-1_07_26.xml</a></li> | ||
55 | + <li><a target="_blank" href="/demo/chat-samples/Julie/14-1_09_16.xml">/demo/chat-samples/Julie/14-1_09_16.xml</a></li> | ||
56 | + <li><a target="_blank" href="/demo/chat-samples/Julie/16-1_11_11.xml">/demo/chat-samples/Julie/16-1_11_11.xml</a></li> | ||
57 | + <li><a target="_blank" href="/demo/chat-samples/Julie/17-2_00_10.xml">/demo/chat-samples/Julie/17-2_00_10.xml</a></li> | ||
58 | + <li><a target="_blank" href="/demo/chat-samples/Julie/19-2_01_23.xml">/demo/chat-samples/Julie/19-2_01_23.xml</a></li> | ||
59 | + <li><a target="_blank" href="/demo/chat-samples/Julie/25-2_06_22.xml">/demo/chat-samples/Julie/25-2_06_22.xml</a></li> | ||
60 | + <li><a target="_blank" href="/demo/chat-samples/Julie/41-4_08_29.xml">/demo/chat-samples/Julie/41-4_08_29.xml</a></li> | ||
61 | + <li><a target="_blank" href="/demo/chat-samples/Julie/42-5_03_19.xml">/demo/chat-samples/Julie/42-5_03_19.xml</a></li> | ||
44 | </ul> | 62 | </ul> |
45 | 63 | ||
46 | <h3>More information</h3> | 64 | <h3>More information</h3> |
src/docker/Dockerfile
@@ -96,8 +96,12 @@ RUN service apache2 stop && \ | @@ -96,8 +96,12 @@ RUN service apache2 stop && \ | ||
96 | cp -rp demo1 demo3 && \ | 96 | cp -rp demo1 demo3 && \ |
97 | cp data/schemaFull.xml demo3/conf/schema.xml && \ | 97 | cp data/schemaFull.xml demo3/conf/schema.xml && \ |
98 | echo "name=demo3" > demo3/core.properties && \ | 98 | echo "name=demo3" > demo3/core.properties && \ |
99 | + cp -rp demo1 demo4 && \ | ||
100 | + cp data/schemaFull.xml demo4/conf/schema.xml && \ | ||
101 | + echo "name=demo4" > demo4/core.properties && \ | ||
99 | mv demo1 /var/solr/data/ && \ | 102 | mv demo1 /var/solr/data/ && \ |
100 | mv demo2 /var/solr/data/ && \ | 103 | mv demo2 /var/solr/data/ && \ |
101 | - mv demo3 /var/solr/data/ | 104 | + mv demo3 /var/solr/data/ && \ |
105 | + mv demo4 /var/solr/data/ | ||
102 | 106 | ||
103 | CMD bash -C '/start.sh'; 'bash' | 107 | CMD bash -C '/start.sh'; 'bash' |
104 | \ No newline at end of file | 108 | \ No newline at end of file |