From 48777991604a6086d873afa8906e346418519ee3 Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Thu, 6 Nov 2014 21:17:30 -0800 Subject: [PATCH 1/1] Link to Phusion Passenger docs for production Phusion Passenger has documentation for common web servers, so we can link to them, as most users will be using one of them in production. --- CONFIGURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONFIGURE.md b/CONFIGURE.md index 36c5586d8..9b7bb90e8 100644 --- a/CONFIGURE.md +++ b/CONFIGURE.md @@ -120,7 +120,7 @@ For information on contributing changes to the codes, see [CONTRIBUTING.md](CONT If you want to deploy The Rails Port for production use, you'll need to make a few changes. -* It's not recommended to use `rails server` in production. Our recommended approach is to use [Phusion Passenger](https://www.phusionpassenger.com/). +* It's not recommended to use `rails server` in production. Our recommended approach is to use [Phusion Passenger](https://www.phusionpassenger.com/). Instructions are available for [setting it up with most web servers](https://www.phusionpassenger.com/documentation_and_support#documentation). * Passenger will, by design, use the Production environment and therefore the production database - make sure it contains the appropriate data and user accounts. * 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. -- 2.43.2