93a9df63e6
improve containers
2023-05-10 22:08:36 +02:00
Jörg Reichert
0e72ac66c8
Merge pull request #77 from vrifox/add-userid-variable
...
Container: Add userid variable
2023-05-03 19:09:43 +02:00
Jörg Reichert
d961bcca0f
Merge pull request #76 from vrifox/fix-command
...
Container: Fix web command
2023-05-03 19:08:14 +02:00
db4338ff95
fix variable syntax
2023-05-02 20:08:57 +02:00
8e92e18f79
add .env variable USER_ID
...
To harmonize the configuration I added the possibility to change the
USER_ID variable in the .env file. Furthermore I appended the example
variable, incl. a explanatory comment, to the .env.sample.
2023-05-02 19:52:28 +02:00
1a8d823a17
add userid variable
...
Add a variable for the userid and use 1000 as default.
2023-05-02 14:51:13 +02:00
bc721e58cb
fix web command
...
Parts of the command were already executed in the Dockerfile; Adding a
Path twice to the $PATH variable seems to break it.
2023-05-02 11:36:36 +02:00
dd8c3d9211
use default parameters
...
Reduces the initial setup barrier
2023-05-02 10:31:13 +02:00
Joerg Reichert
9e7e38b525
fix command
2023-04-29 23:11:35 +02:00
Joerg Reichert
ac5350c461
use SHARED_IMPORT_SECRET
2023-04-29 22:58:51 +02:00
Joerg Reichert
19c29ef021
run docker container without root users, fix broken links
2023-04-16 12:52:38 +02:00
Lars Henrik Mai
dc3a97d3b8
Update elasticsearch
...
- Build our own elasticsearch image based on 6.8.6 which includes
configuration files for german decompounder from https://github.com/uschindler/german-decompounder
- move elastichq to separate service and use the official image instead of including it as plugin in the elasticsearch image
- Adjust compounder filter config in papers to use the included hyphenation_decompounder.
See https://www.elastic.co/guide/en/elasticsearch/reference/6.8/analysis-compound-word-tokenfilter.html
- Remove obsolete "string" type in the mapping of papers, and replace it
with "text" or "keywords" accordingly. See https://www.elastic.co/blog/strings-are-dead-long-live-strings
2020-01-16 12:20:47 +01:00
Joerg Reichert
1612893b17
Add missing css height for leaflet
2019-06-13 23:12:03 +02:00
Joerg Reichert
ad77627973
Migration to Ruby 2.5, Rails 5.1.5, Elasticsearch 5.4.3
2018-03-24 19:32:34 +01:00
Joerg Reichert
5c96de3ded
28 - use elasticsearch-analysis-decompound plugin to support finding results within compound words
2017-01-01 15:05:28 +01:00
Joerg Reichert
8974da062c
add env variables when running rspec
2016-03-05 23:24:36 +01:00
Joerg Reichert
580d8c6fce
set ci environment
2016-03-05 22:56:03 +01:00
Joerg Reichert
84c0681aea
set environment so that coveralls send data
2016-03-05 22:49:59 +01:00
Lars Henrik Mai
1b60c08e9f
Add Dockerfile and docker-compose config
2016-01-23 20:33:02 +01:00