/hook_records

web app

Primary LanguageRubyMIT LicenseMIT

hook records

CircleCI codecov MIT License

  • Requirements Ruby version

    • 2.5.1
  • Configuration

    • mysql
# default homebrew mysql server config
[mysqld]
# only allow connections from localhost
bind-address = 127.0.0.1

character-set-server = utf8mb4

innodb-file-format = barracuda
innodb_file_per_table = true
innodb-large-prefix = true

[client]
default-character-set = utf8mb4
  • Database creation
$ bundle exec rake db:create
$ bundle exec rake db:migrate
  • Database initialization
$ bundle exec rake db:build
  • How to run the test suite
$ cd path/to/app
$ bundle exec rspec ./spec
  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...