X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d63beb80805bec2155c961f15a4e45ef3bf7921d..cc5688a6ded7913e1956326e2b40333e99962048:/INSTALL.md diff --git a/INSTALL.md b/INSTALL.md index 1c4047069..097d4500e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -124,6 +124,15 @@ We use [Yarn](https://yarnpkg.com/) to manage the Node.js modules required for t bundle exec rake yarn:install ``` +## Storage setup + +The Rails port needs to be configured with an object storage facility - for +development and testing purposes you can use the example configuration: + +``` +cp config/example.storage.yml config/storage.yml +``` + ## Database setup The Rails Port uses three databases - one for development, one for testing, and one for production. The database-specific configuration