- Download and install Rails
- Run
bundle install
- Run
rails db:migrate
- Run
rails s
- Should be ready at localhost:3000
- 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
Images are saved under uploads/<meeting_id>/<image>