Skip to content

mounick-mallow/devops_ror_sample

 
 

Repository files navigation

README

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

Things you may want to cover:

  • Ruby version.

    ruby-2.6.7
  • Bundler version

    bundler 2.2.21
  • Commands to install ruby & Bundler

    rvm install "ruby-2.6.7"
    gem install bundler:2.2.21
  • Deployment instructions in local

    bundle install
    rails s
  • Database => Postgres

  • Starting Application Server Command

    bundle exec puma -C config/puma.rb -p 3000
  • Environment variables

    DB_NAME
    DB_USERNAME
    DB_PASSWORD
    DB_HOSTNAME
    DB_PORT
    RAILS_ENV = production
    RACK_ENV = production

About

This is the sample repository created for interview purpose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 70.2%
  • HTML 26.2%
  • JavaScript 2.3%
  • Other 1.3%