]> git.openstreetmap.org Git - rails.git/commitdiff
Advise to run i18n:js:export before assets:precompile
authorPeter <MaZderMind@users.noreply.github.com>
Wed, 30 Jan 2019 20:18:02 +0000 (21:18 +0100)
committerGitHub <noreply@github.com>
Wed, 30 Jan 2019 20:18:02 +0000 (21:18 +0100)
CONFIGURE.md

index 0b8af0483fbe7a7d5cecbb669142cdd1981ecbf7..29cbd27f744e87ceeeeaf94ab781069b838c241d 100644 (file)
@@ -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 precompile the production assets: `RAILS_ENV=production rake assets:precompile`
+* Make sure you generate the l18n 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/`.