Skip to content

Commit a6a9028

Browse files
committed
Merge branch 'feature/readme' into develop
2 parents 68e434e + 390a06b commit a6a9028

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# tutorial-rails-rest-api
22

33
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
4-
* you must add redis cloud(free) add-on, heorku postgresql(free) add-on <br/>
4+
* (Auto config) you must add redis cloud(free) add-on, heorku postgresql(free) add-on <br/>
55
* demo site : https://tutorial-rails-rest-api.herokuapp.com/api-docs/index.html
6+
* you must change ```local path``` of **active storage** config to a such like ***cloud storage*** ```S3 or GCS``` in [storage.yml](/config/storage.yml) if you use heroku. because heroku hard drive is [Ephemeral Disk](https://devcenter.heroku.com/articles/active-storage-on-heroku#ephemeral-disk)
7+
* If you upload file on local path of Ephemeral Disk. Uploaded file will be gone in a few minutes
68

79
How to Run
810
----------
@@ -12,8 +14,8 @@ How to Run
1214
* [elk.yml config](#elkyml-config)
1315
* [lograge.rb with custom config](#logragerb-with-custom-config)
1416
* [ELK Setup](/rails_log_with_elk_setup.md)
15-
* Upoload
16-
* default is local
17+
* Upoload config
18+
* default is local storage
1719
* how to setup local storage
1820
```bash
1921
mkdir ~/storage

0 commit comments

Comments
 (0)