X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f28e236bdd79d8e2b7e9c1186d92a1f7167825f6..3bb80bc5229a6bd02c2a9dc60b5af0b39caf3310:/INSTALL.md diff --git a/INSTALL.md b/INSTALL.md index b1fb1eafb..5b2652c3e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -114,16 +114,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