summaryrefslogtreecommitdiff
path: root/README.md
blob: f5770b6f5faa5403dc902453bab81475a5fe1307 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# README

This README would normally document whatever steps are necessary to get the
application up and running.

Things you may want to cover:

* Ruby version

  2.4.2

* System dependencies

* Configuration

Use .env.local to add your machine specific configuration. This file is
not checked into version control.

For more info please read: https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use

* Database creation

* Database initialization

* How to run the test suite

  bin/rspec

* Services (job queues, cache servers, search engines, etc.)

* Deployment instructions

* ...