- RVM
- Ruby at least
2.4.6
,2.6.3
is better - Bundler
- Rails 5.2.3
- PostgreSQL
$ gem install bundler
$ bundle install
Update settings from config/database.yml
.
Then create and migrate database :
$ bundle exec rails db:create
$ bundle exec rails db:migrate
$ bundle exec rails server
Launches app server on http://127.0.0.1:3000.
$ bundle exec rspec