<p>In CONFIGURE.md:</p>
<pre style='color:#555'>>  * 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.
>  * 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/`.
> +* Prepend all `rake` commands in [the installation instructions](INSTALL.md) with `RAILS_ENV=production ` (example `RAILS_ENV=production rake db:create`) to make sure the production environment is set up properly.
</pre>
<p>Is this necessary? INSTALL.md indicates that <code>bundle exec rake db:create</code> creates all three databases</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/openstreetmap/openstreetmap-website/pull/802/files#r19994987">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABWnLSwUxEv-Oce1nyPofpFPaH7Yzc-zks5nLE0lgaJpZM4CXlQ3.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
  <div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
    <link itemprop="url" href="https://github.com/openstreetmap/openstreetmap-website/pull/802/files#r19994987"></link>
    <meta itemprop="name" content="View Pull Request"></meta>
  </div>
  <meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>