Skip to content

fabianzwodrei/lc-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Law Clinic App

License: CC BY-NC-SA 4.0 Build Status

Setup

  • Install Imagemagick
  • Allow Imagemagick to read PDFs via sudo vi /etc/ImageMagick-6/policy.xml
  • Install Redis: brew install redis (on mac os x)
  • Run bundle install
  • Run rails db:drop db:setup
  • Copy config/app_environment_variables_example.rb to config/app_environment_variables.rb and replace placeholders with your (mail-)configuration

Running in local Dev

  • Start Redis: redis-server
  • Start Sidekiq for Emails and ActionCable-Broadcasting: bundle exec sidekiq
  • Start Server rails server

Test-Users by Seeding (seeds.rb)

the password for all members is password1

About

Law Clinic Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published