/back-n-gossips

RoR Project

Primary LanguageRubyMozilla Public License 2.0MPL-2.0

README

This README would normally document whatever steps are necessary to get the application up and running.

Process by following ⚙️

  `bundle install`
  • Then rake db:reset
  • Then rails db:create
  • Then rails db:migrate
  • Check the migration's state : rails db:migrate:status
  • Forward rails db:seed
  • You are able to run rails server
  • Open your favourite Web browser, get to: localhost:3000

Things you may want to cover 📝

  • Ruby version Ruby 2.7.4p191 ©

  • System dependencies Using Bundler and brew: install bundle && brew bundle

  • Configuration Rails 5.2.6.2 ©

  • Database creation rails db:create

  • Database initialization rails db:create db:migrate db:seed

  • How to run the test suite rails db:seed

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions Guide how to deploy your Ruby on Rails application on a Linux VM. It is tested and known to work on:

    Ubuntu Linux 20.04 LTS Debian 11

https://www.ralfebert.com/tutorials/rails-deployment/