/gedeon-app-rails

Rails app with bible songs

Primary LanguageRubyGNU General Public License v3.0GPL-3.0

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: 3.2.1

  • System dependencies:

    • Docker
  • Configuration

    docker-compose build
  • Database creation

    docker-compose run web bundle exec rails db:create
  • Database initialization

    docker-compose run web bundle exec rails db:migrate
    docker-compose run web bundle exec rails db:seed
  • Running on local

    docker-compose up
  • How to run the test suite

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

  • Deployment instructions git push origin master