Skip to content

Commit e55a0e9

Browse files
committed
Add typo3-solr:3.1
1 parent 4902847 commit e55a0e9

File tree

178 files changed

+17385
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

178 files changed

+17385
-0
lines changed

conf/console.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ dockerTest:
113113
'/samson-deployment':
114114
OS_FAMILY: 'debian'
115115
OS_VERSION: '8'
116+
'/typo3-solr:3':
117+
SOLR_VERSION: '4.10.4'
118+
OS_FAMILY: 'arch'
119+
OS_VERSION: ''
116120
'/typo3-solr:4':
117121
SOLR_VERSION: '4.10.4'
118122
OS_FAMILY: 'arch'

docker/typo3-solr/3.1/Dockerfile

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
#+++++++++++++++++++++++++++++++++++++++
2+
# Dockerfile for webdevops/typo3-solr:3.1
3+
# -- automatically generated --
4+
#+++++++++++++++++++++++++++++++++++++++
5+
6+
FROM guywithnose/solr:4.10.4
7+
8+
9+
LABEL vendor=WebDevOps.io
10+
LABEL io.webdevops.layout=8
11+
LABEL io.webdevops.version=1.4.0
12+
13+
ENV TERM "xterm"
14+
ENV LANG "C.UTF-8"
15+
ENV LC_ALL "C.UTF-8"
16+
17+
USER root
18+
19+
COPY ./solr/ /tmp/solr
20+
21+
RUN pacman --sync --noconfirm --noprogressbar --quiet net-tools \
22+
&& rm -rf /opt/solr/server \
23+
&& mv /opt/solr/example/ /opt/solr/server/ \
24+
&& rm -rf /opt/solr/server/solr \
25+
&& mv /tmp/solr /opt/solr/server/solr \
26+
&& mkdir -p /opt/solr/server/solr/typo3lib \
27+
&& curl -sf -o /opt/solr/server/solr/typo3lib/solr-typo3-plugin.jar -L https://github.com/TYPO3-Solr/solr-typo3-plugin/releases/download/release-1_3_0/solr-typo3-plugin-1.3.0.jar \
28+
&& ln -s /opt/solr/contrib /opt/solr/server/solr/contrib \
29+
&& mkdir -p /opt/solr/server/solr/data \
30+
&& ln -s /opt/solr/server/solr/data /opt/solr/server/solr/typo3cores/data \
31+
&& chown -R solr:solr /opt/solr/server/solr/
32+
33+
USER solr
34+
35+
WORKDIR /opt/solr/server
36+
37+
VOLUME ["/opt/solr/server/solr/data"]
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{{ docker.from(user="guywithnose", image="solr", tag="4.10.4") }}
2+
3+
{{ docker.version() }}
4+
5+
{{ environment.general(charset="C.UTF-8") }}
6+
7+
USER root
8+
9+
COPY ./solr/ /tmp/solr
10+
11+
RUN pacman --sync --noconfirm --noprogressbar --quiet net-tools \
12+
&& rm -rf /opt/solr/server \
13+
&& mv /opt/solr/example/ /opt/solr/server/ \
14+
&& rm -rf /opt/solr/server/solr \
15+
&& mv /tmp/solr /opt/solr/server/solr \
16+
&& mkdir -p /opt/solr/server/solr/typo3lib \
17+
&& curl -sf -o /opt/solr/server/solr/typo3lib/solr-typo3-plugin.jar -L https://github.com/TYPO3-Solr/solr-typo3-plugin/releases/download/release-1_3_0/solr-typo3-plugin-1.3.0.jar \
18+
&& ln -s /opt/solr/contrib /opt/solr/server/solr/contrib \
19+
&& mkdir -p /opt/solr/server/solr/data \
20+
&& ln -s /opt/solr/server/solr/data /opt/solr/server/solr/typo3cores/data \
21+
&& chown -R solr:solr /opt/solr/server/solr/
22+
23+
USER solr
24+
25+
WORKDIR /opt/solr/server
26+
27+
VOLUME ["/opt/solr/server/solr/data"]
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<solr persistent="true">
3+
<cores adminPath="/admin/cores">
4+
<core name="core_de" instanceDir="typo3cores" schema="german/schema.xml" dataDir="data/core_de" />
5+
<core name="core_en" instanceDir="typo3cores" schema="english/schema.xml" dataDir="data/core_en" />
6+
<core name="core_ar" instanceDir="typo3cores" schema="arabic/schema.xml" dataDir="data/core_ar" />
7+
<core name="core_hy" instanceDir="typo3cores" schema="armenian/schema.xml" dataDir="data/core_hy" />
8+
<core name="core_eu" instanceDir="typo3cores" schema="basque/schema.xml" dataDir="data/core_eu" />
9+
<core name="core_ptbr" instanceDir="typo3cores" schema="brazilian_portuguese/schema.xml" dataDir="data/core_ptbr" />
10+
<core name="core_bg" instanceDir="typo3cores" schema="bulgarian/schema.xml" dataDir="data/core_bg" />
11+
<core name="core_my" instanceDir="typo3cores" schema="burmese/schema.xml" dataDir="data/core_my" />
12+
<core name="core_ca" instanceDir="typo3cores" schema="catalan/schema.xml" dataDir="data/core_ca" />
13+
<core name="core_zh" instanceDir="typo3cores" schema="chinese/schema.xml" dataDir="data/core_zh" />
14+
<core name="core_cs" instanceDir="typo3cores" schema="czech/schema.xml" dataDir="data/core_cs" />
15+
<core name="core_da" instanceDir="typo3cores" schema="danish/schema.xml" dataDir="data/core_da" />
16+
<core name="core_nl" instanceDir="typo3cores" schema="dutch/schema.xml" dataDir="data/core_nl" />
17+
<core name="core_fi" instanceDir="typo3cores" schema="finnish/schema.xml" dataDir="data/core_fi" />
18+
<core name="core_fr" instanceDir="typo3cores" schema="french/schema.xml" dataDir="data/core_fr" />
19+
<core name="core_gl" instanceDir="typo3cores" schema="galician/schema.xml" dataDir="data/core_gl" />
20+
<core name="core_el" instanceDir="typo3cores" schema="greek/schema.xml" dataDir="data/core_el" />
21+
<core name="core_hi" instanceDir="typo3cores" schema="hindi/schema.xml" dataDir="data/core_hi" />
22+
<core name="core_hu" instanceDir="typo3cores" schema="hungarian/schema.xml" dataDir="data/core_hu" />
23+
<core name="core_id" instanceDir="typo3cores" schema="indonesian/schema.xml" dataDir="data/core_id" />
24+
<core name="core_it" instanceDir="typo3cores" schema="italian/schema.xml" dataDir="data/core_it" />
25+
<core name="core_ja" instanceDir="typo3cores" schema="japanese/schema.xml" dataDir="data/core_ja" />
26+
<core name="core_km" instanceDir="typo3cores" schema="khmer/schema.xml" dataDir="data/core_km" />
27+
<core name="core_ko" instanceDir="typo3cores" schema="korean/schema.xml" dataDir="data/core_ko" />
28+
<core name="core_lo" instanceDir="typo3cores" schema="lao/schema.xml" dataDir="data/core_lo" />
29+
<core name="core_no" instanceDir="typo3cores" schema="norwegian/schema.xml" dataDir="data/core_no" />
30+
<core name="core_fa" instanceDir="typo3cores" schema="persian/schema.xml" dataDir="data/core_fa" />
31+
<core name="core_pl" instanceDir="typo3cores" schema="polish/schema.xml" dataDir="data/core_pl" />
32+
<core name="core_pt" instanceDir="typo3cores" schema="portuguese/schema.xml" dataDir="data/core_pt" />
33+
<core name="core_ro" instanceDir="typo3cores" schema="romanian/schema.xml" dataDir="data/core_ro" />
34+
<core name="core_ru" instanceDir="typo3cores" schema="russian/schema.xml" dataDir="data/core_ru" />
35+
<core name="core_es" instanceDir="typo3cores" schema="spanish/schema.xml" dataDir="data/core_es" />
36+
<core name="core_sv" instanceDir="typo3cores" schema="swedish/schema.xml" dataDir="data/core_sv" />
37+
<core name="core_th" instanceDir="typo3cores" schema="thai/schema.xml" dataDir="data/core_th" />
38+
<core name="core_tr" instanceDir="typo3cores" schema="turkish/schema.xml" dataDir="data/core_tr" />
39+
<core name="core_uk" instanceDir="typo3cores" schema="ukrainian/schema.xml" dataDir="data/core_uk" />
40+
</cores>
41+
</solr>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!-- The content of this page will be statically included into the top
2+
of the admin page. Uncomment this as an example to see there the content
3+
will show up.
4+
5+
<hr>
6+
<i>This line will appear before the first table</i>
7+
<tr>
8+
<td colspan="2">
9+
This row will be appended to the end of the first table
10+
</td>
11+
</tr>
12+
<hr>
13+
14+
-->
Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
{
2+
"initArgs": {
3+
"ignoreCase": true
4+
},
5+
"initializedOn": "2014-04-29T23:08:57.000Z",
6+
"managedList": [
7+
"من",
8+
"ومن",
9+
"منها",
10+
"منه",
11+
"في",
12+
"وفي",
13+
"فيها",
14+
"فيه",
15+
"و",
16+
"ف",
17+
"ثم",
18+
"او",
19+
"أو",
20+
"ب",
21+
"بها",
22+
"به",
23+
"ا",
24+
"أ",
25+
"اى",
26+
"اي",
27+
"أي",
28+
"أى",
29+
"لا",
30+
"ولا",
31+
"الا",
32+
"ألا",
33+
"إلا",
34+
"لكن",
35+
"ما",
36+
"وما",
37+
"كما",
38+
"فما",
39+
"عن",
40+
"مع",
41+
"اذا",
42+
"إذا",
43+
"ان",
44+
"أن",
45+
"إن",
46+
"انها",
47+
"أنها",
48+
"إنها",
49+
"انه",
50+
"أنه",
51+
"إنه",
52+
"بان",
53+
"بأن",
54+
"فان",
55+
"فأن",
56+
"وان",
57+
"وأن",
58+
"وإن",
59+
"التى",
60+
"التي",
61+
"الذى",
62+
"الذي",
63+
"الذين",
64+
"الى",
65+
"الي",
66+
"إلى",
67+
"إلي",
68+
"على",
69+
"عليها",
70+
"عليه",
71+
"اما",
72+
"أما",
73+
"إما",
74+
"ايضا",
75+
"أيضا",
76+
"كل",
77+
"وكل",
78+
"لم",
79+
"ولم",
80+
"لن",
81+
"ولن",
82+
"هى",
83+
"هي",
84+
"هو",
85+
"وهى",
86+
"وهي",
87+
"وهو",
88+
"فهى",
89+
"فهي",
90+
"فهو",
91+
"انت",
92+
"أنت",
93+
"لك",
94+
"لها",
95+
"له",
96+
"هذه",
97+
"هذا",
98+
"تلك",
99+
"ذلك",
100+
"هناك",
101+
"كانت",
102+
"كان",
103+
"يكون",
104+
"تكون",
105+
"وكانت",
106+
"وكان",
107+
"غير",
108+
"بعض",
109+
"قد",
110+
"نحو",
111+
"بين",
112+
"بينما",
113+
"منذ",
114+
"ضمن",
115+
"حيث",
116+
"الان",
117+
"الآن",
118+
"خلال",
119+
"بعد",
120+
"قبل",
121+
"حتى",
122+
"عند",
123+
"عندما",
124+
"لدى",
125+
"جميع"
126+
]
127+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
TYPO3

0 commit comments

Comments
 (0)