You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-9
Original file line number
Diff line number
Diff line change
@@ -83,23 +83,17 @@ device available in those moments.
83
83
84
84
### Ruby Version
85
85
86
-
This app uses Ruby version 2.6.3 and Rails version 5.2.3
86
+
This app uses Ruby version 2.6.3, Rails version 5.2.3, and PostgreSQL 11.4
87
87
88
88
### Setup
89
89
90
90
- Clone the repo
91
-
- run `bundle install`
92
-
- run `rails db:create`
93
-
- run `rake:db:migrate`
94
-
95
-
### Seed the database
96
-
97
-
From the root of the app, run bundle exec rails `db:seed`. This will create some initial data to use while testing the app and developing new features.
91
+
- run `bin/setup`
98
92
99
93
### Install ImageMagick
100
94
101
95
ImageMagick is needed for the pages with images of carriers
0 commit comments