git clone https://github.com/Expensify/Bedrock.git
sudo yum install pcre-devel zlib-devel
sudo yum install centos-release-scl
sudo yum install devtoolset-9-gcc*
scl enable devtoolset-9 bash
export GXX=g++
make
Install BedrockDB on Centos 7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We you able to run it as a cluster (the
peerList
flag)? I'm facing issues there 🥹