Skip to content

Instantly share code, notes, and snippets.

@ssaunier
Last active March 22, 2018 08:03
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save ssaunier/81b2127c0d00e6b91026 to your computer and use it in GitHub Desktop.
Save ssaunier/81b2127c0d00e6b91026 to your computer and use it in GitHub Desktop.
Heroku Checklist
  • Buy a domain and map a CNAME to your Heroku app. Use www.example.com, not example.com
  • Register to Uptime Robot and set up a monitor on your website (keeps dyno alive!)
  • Use Unicorn as the Webserver
  • Add the Heroku add-on PG Backups with automatic backups and monthly retention
  • Install NewRelic (provision the add-on and skip to the Ruby section)
  • Add SPF and DKIM records to your Mandrill account if you send email with @yourdomain.com
  • If your website uses Devise, buy a SSL certificate and set it up to get a https:// URL. Otherwise passwords are in clear during the communication between the browser and Heroku.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment