X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/cec5e4999c1529d0716d83639ac4f23b0c84dd26..ba627420a3e183fcee7ce38b2f68a0ff7663c647:/INSTALL.md diff --git a/INSTALL.md b/INSTALL.md index fafeb0000..d2d2b79b4 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