From: Andy Allan Date: Wed, 6 Feb 2019 15:59:27 +0000 (+0100) Subject: Fix typo X-Git-Tag: live~2723^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/03f1f4e720862fcf4f5bcf4a514395f407638edb?ds=sidebyside Fix typo --- diff --git a/CONFIGURE.md b/CONFIGURE.md index 29cbd27f7..c6444ffa9 100644 --- a/CONFIGURE.md +++ b/CONFIGURE.md @@ -127,5 +127,5 @@ If you want to deploy The Rails Port for production use, you'll need to make a f * Your production database will also need the extensions and functions installed - see [INSTALL.md](INSTALL.md) * The included version of the map call is quite slow and eats a lot of memory. You should consider using [CGIMap](https://github.com/zerebubuth/openstreetmap-cgimap) instead. * The included version of the GPX importer is slow and/or completely inoperable. You should consider using [the high-speed GPX importer](https://git.openstreetmap.org/gpx-import.git/). -* Make sure you generate the l18n files and precompile the production assets: `RAILS_ENV=production rake i18n:js:export assets:precompile` +* Make sure you generate the i18n files and precompile the production assets: `RAILS_ENV=production rake i18n:js:export assets:precompile` * Make sure the web server user as well as the rails user can read, write and create directories in `tmp/`.