X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/083500f056f5b995f1979f88b37793046d9e4d37..cba7945a5b409222301f7512e648866810cae4d9:/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