]> git.openstreetmap.org Git - rails.git/blobdiff - CONFIGURE.md
Make documentation clearer and shorter by deferring complicated shared-library SQL...
[rails.git] / CONFIGURE.md
index 91a64119ed33cb5d7ccf057ba266a6684f323bce..42f65b5c135123a5752825ae1a110cd5dc35acfd 100644 (file)
@@ -131,3 +131,5 @@ If you want to deploy The Rails Port for production use, you'll need to make a f
 * 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 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/`.
+* If you want to use diff replication then you will need to install the shared library versions of the special SQL functions (see the bottom of [INSTALL.md](INSTALL.md)).
+* If you expect to serve a lot of `/changes` API calls, then you might also want to install the shared library versions of the SQL functions.