Skip to content

Instantly share code, notes, and snippets.

@zacharywhitley
Last active August 22, 2022 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zacharywhitley/3d159d3c78a49b54e2fbbe51b79b128a to your computer and use it in GitHub Desktop.
Save zacharywhitley/3d159d3c78a49b54e2fbbe51b79b128a to your computer and use it in GitHub Desktop.
Install BedrockDB on Centos 7
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
@correaswebert
Copy link

We you able to run it as a cluster (the peerList flag)? I'm facing issues there 🥹

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment