Skip to content

Instantly share code, notes, and snippets.

View zacharywhitley's full-sized avatar

Zachary Whitley zacharywhitley

View GitHub Profile
@zacharywhitley
zacharywhitley / install-bedrockdb-on-centos-7.md
Last active August 22, 2022 19:35
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
#!/bin/sh
#
# gen-webid-cert.sh: WebID Self-signed Certificate Generator
#
# This is free and unencumbered software released into the public domain.
#
# Anyone is free to copy, modify, publish, use, compile, sell, or
# distribute this software, either in source code form or as a compiled
# binary, for any purpose, commercial or non-commercial, and by any
# means.