ael
ael
On 11/06/2017 04:55 PM, Blallo wrote: > Hi, > I'd volunteer to migrate automatic installation and testing to docker. I > am indeed not comfortable with vagrant and have acquired...
After a lot of effort I've successfully setup a docker environment for libreant, I'm experimenting on my local branch [1]. 1 - The main `Dockerfile` allows to build a docker...
Additionally it is still necessary to correctly expose the data volume of the two docker containers and provide a straightforward way to pass the libreant configuration to the docker service.
I was reasoning on this and in particular on the title of the PR. As @boyska stated, we already have travis making all the tests for us. So I wouldn't...
a solution could be to enable advanced query syntax only if the query starts with a prefix
Also searching for ":" will lead to error `SearchParseException`
@leophys as mentioned in #317 I've already worked on the docker files. You can find my previous work about docker integration on my docker repo: https://github.com/ael-code/libreant/tree/docker. I understand that starting...
Claim: After some investigation I realize that docker-compose is too restrictive to be used as development tool. On the other hand it has really nice feature that can be useful...
@leophys in any case did you successfully build the the container and run it? I think you are missing the `ps` command in order to run elasticsearch
@leophys wrote: > I did and successfully ran the tests inside such container. Oke I found the trick.... `service start elasticsearch` invokes the elasticsearch start script at `/usr/share/elasticsearch/bin/elasticsearch` that requires...