How to install
luckydonald opened this issue · 8 comments
Could you provide a short example on how to install and how to use?
I stumbled across this via stackexchange, but have no clue how to use it.
Cheers!
I just reinstalled, so sure!
Let me know if you have more questions! I think that should be a rough overview, but I'm sure I missed something important.
I'll try to create a docker image with it and 'll ask if I get stuck. Thanks!
@luckydonald did you have any luck? I'm having install issues...
I have no idea.
Turns out I indeed did work on this.
At least there is a commit referencing this issue.
Here is what I got, I can't remember if that was working at all, but it might help you nevertheless:
FROM postgres:11.2-alpine
ARG POSTGRES_HAMMING_VERSION=84a926fe227bbc6ad37c9fe17172b03ea9c5ff2b
RUN set -e -x \
&& apk -U upgrade \
&& apk add --no-cache git nano curl make tree gcc libc-dev \
&& cd /tmp \
&& git clone https://github.com/fake-name/pg-spgist_hamming.git pg-spgist_hamming \
&& cd pg-spgist_hamming \
&& cd bktree \
&& make \
&& tree / \
&& rm -rf /tmp/* \
;
@adamwilbert If you are more specific with the error, fake-name who offered help earlier might be able to help you.
I'm having install issues...
Please define "install issues"
If you are more specific with the error, fake-name who offered help earlier might be able to help you.
Considering I wrote the project, I'd hope I can offer some help.