Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 666 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 666 Bytes

README

Besides Ruby, Rails, and Bundler, make sure you have these:

  1. PostgreSQL brew install postgresql
  2. CockroachDB brew install cockroachdb/tap/cockroach
  3. CockroachDB certificate (Discord)
  4. Redis brew install redis

After cloning and setting up the repo, run

bundle install

Install Foreman (Not in Gemfile):

gem install foreman

Start the Rails server, Redis, and workers with:

foreman start

To launch CockroachDB SQL, run:

cockroach sql --url 'postgres://[email protected]:26257/defaultdb?sslmode=verify-fullsslrootcert=< certs_directory >/freeflow-main-ca.crt'