]> git.openstreetmap.org Git - rails.git/commitdiff
adding detail to configure.md
authorMartijn van Exel <m@rtijn.org>
Thu, 7 Aug 2014 21:38:32 +0000 (15:38 -0600)
committerMartijn van Exel <m@rtijn.org>
Thu, 7 Aug 2014 21:38:32 +0000 (15:38 -0600)
CONFIGURE.md

index 8cae440bdd481c29563ca0974f44d2878064cb14..07f735cb2871e71c343529a699ad3cf859fbe1d4 100644 (file)
@@ -115,3 +115,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](http://git.openstreetmap.org/gpx-import.git/).
 * 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](http://git.openstreetmap.org/gpx-import.git/).
+* Make sure you precompile the production assets: `RAILS_ENV=production rake assets:precompile`
+* Make sure the web server user as well as the rails user can read, write and create directories in `tmp/`.