Instructions

  1. Download and install Rails
  2. Run bundle install
  3. Run rails db:migrate
  4. Run rails s
  5. Should be ready at localhost:3000

Options

  1. To run a hosted local server use rails s -b<ip> -p<port>
    • make sure you bind to your current local ip.
    • port is optional

Location of Images

Images are saved under uploads/<meeting_id>/<image>