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-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,7 +214,7 @@ docker compose up -d
214
214
215
215
You should see the "Rails version: ... and Ruby version: ..." page in your browser. If not, please check if your installation satisfies Rails's requirements.
216
216
217
-
Blocked host: must add the contents of config/environments/development.rb with the following:
217
+
Blocked host: must add the contents of ```./rails/config/environments/development.rb``` with the following:
218
218
219
219
```config.hosts << "example.com"``` then ```docker container restart rails```
220
220
@@ -233,7 +233,7 @@ add or remove code in the ```./webserver/templates/nginx.conf.template``` file f
233
233
234
234
#### Database
235
235
236
-
Replace the contents of config/database.yml with the following:
236
+
Replace the contents of ```./rails/config/database.yml``` with the following:
237
237
238
238
```
239
239
default: &default
@@ -259,7 +259,7 @@ test:
259
259
260
260
#### Redis
261
261
262
-
add the configuration in the relevant config/environments/*.rb file:
262
+
add the configuration in the relevant ```./rails/config/environments/*.rb``` file:
0 commit comments