Distributed Database (RethinkDB) & Ruby on Rails
This is an example of how to list things you need to use the software and how to install them.
Notice: This setup for MacOS
- ruby 2.7.0
rvm install "ruby-2.7.0"
- rails 6.0.3.4
gem install rails
- Node 10.22.0
nvm install 10.22.0
- RethinkDB 2.4.0
brew install rethinkdb
- Clone the repo
git clone https://github.com/tmanhkha/rethinkdb-rails.git
- Change directory
cd rethinkdb-rails
- Bundle install
bundle install
- Yarn install
yarn install
- Start RethinkDB
rethinkdb
- Rails sverver
rails server