Skip to content

Deploying to Heroku

eostrom edited this page Dec 9, 2012 · 1 revision

Forem requires the environment to be initialized when precompiling assets. By default, Heroku does not provide the configuration variables needed to initialize the environment. There are at least two workarounds for this:

  1. Use Heroku's experimental user-env-compile feature.
  2. Compile assets locally before deploying.