# README Quantified self * Ruby version: 2.7 * System dependencies: none ## Configuration cp -a config/application.rb.dist config/application.rb Modify configuration settings below `SETUP` comment appropriately. ## Database Create database ... Update database configuration in _config/database.yml_ if required. Password is expected to be provided in `FIXINME_DATABASE_PASSWORD` environment variable. Run migrations ... ## How to run the test suite: ...