X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4c7279ba1f55d059ecba3be9f059ee073d09e9e4..165aa0fa616be6c2ff4607bfea2222d64c61ebc2:/INSTALL.md diff --git a/INSTALL.md b/INSTALL.md index 8e47cb266..f069521eb 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -115,16 +115,6 @@ cd openstreetmap-website bundle install ``` -## Application setup - -We need to create the `config/application.yml` file from the example template. This contains various configuration options. - -``` -cp config/example.application.yml config/application.yml -``` - -You can customize your installation of The Rails Port by changing the values in `config/application.yml` - ## Database setup The Rails Port uses three databases - one for development, one for testing, and one for production. The database-specific configuration