You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using with proficency docker to both start an instance of libreant and to pull and use different elasticsearch versions from here (FANTASTIC!).
I do the following to build a docker image for libreant, using the Dockerfile present right now in dev
I made a `moder-docker` branch in my fork to use docker-compose. I'd divert this issue to one of general enhancement of the development process.
cool! I think that libreant has other problems, compared to this :)
(I mean: noone is actively developing it, so modernizing the development
environment is not a priority for me).
But of course feel free, looks much better now!
if you are seriously into re-taking it and fixing some old bugs, I think
I can give you some help
I am currently using with proficency docker to both start an instance of
libreant
and to pull and use different elasticsearch versions from here (FANTASTIC!).I do the following to build a docker image for libreant, using the Dockerfile present right now in
dev
(in the root of the project)
and to run
I pull different versions of elasticsearch from the above repository with
Then I run it, binding ports 9200 and 9300 to localhost with
Shall I document it?
The text was updated successfully, but these errors were encountered: