Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Repository files navigation

README

INSTALLATION:

  • Install ruby 2.3.1
  • Install rails 5.0.0.1
  • Install Mysql
  • install imagemagick
  • install Redis for chatting system
  • Install JDK v 1.8
  • Install Unzip
  • Install git
  • Install pdftk
  • Git clone this repo into your web directory
  • Setup Database rake db:create rake db:setup rake db:migrate
    • In case of Error causing duplicate table/column creation, try commenting out the code in the method creating the said duplicate data in that particular migration, db:migrate, uncomment, db:migrate again. rails db:migrate:status to check if the status is up.
  • For Omniauth add your keys in config/application.yml and add use URL to CALLBACK_URL
  • Recaptcha too
  • ADD YOUR URL TO config/environments/production.rb for ActionCable URL
  • Configure your email smtp
  • Run Bundle Install from the directory you did a git clone
  • import the ICD10, BLS, Immunization codes, place of service codes and HCPCS rails setup:make
  • rails enumeration:print_subclasses
  • start search services rake sunspot:solr:start RAILS_ENV=production
  • start your app rails s -e production -b localhost -d
  • start sidekiq bundle exec sidekiq -d -L log/sidekiq.log -C config/sidekiq.yml -e production

About

Case Management in Ruby on Rails

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages