- Install Linux. 🐧
- Checkout this repository.
- Install proper ruby version with
rbenv
. - Install
bundler
gem globally. - Type
bundle install --without raspberry
(if not using raspberry) orbundle install --with raspberry
(if using raspberry) to install ruby gems. - Type
yarn
to install js packages. - Run
rails db:migrate
. - If I missed something, please edit this list!
- Connect GM3156 sonometer via USB if you want to collect records.
- Run
foreman start
. It usesProcfile
to run both backend (rails) and frontend (webpack-dev-server) at once.