%ul.list-group - if ENV['AWS_ACCESS_KEY_ID'].blank? or ENV['AWS_SECRET_ACCESS_KEY'].blank? %li.list-group-item.list-group-item-danger %h4 AWS You haven't set up your AWS account in this environment! Set the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables to configure AWS. You should have the client sign up and follow the instructions below. - else %li.list-group-item.list-group-item-success %h4 AWS Your AWS account is configured for this environment! - if ENV['GOOGLE_ANALYTICS_SITE_ID'].blank? %li.list-group-item.list-group-item-danger %h4 Google Analytics You haven't set up a Google Analytics account in this environment! Set the GOOGLE_ANALYTICS_SITE_ID environment variables to configure Google Analytics. You should ask the client to set up a Google Analytics account. - else %li.list-group-item.list-group-item-success %h4 Google Analytics Your Google Analytics account is configured for this environment! - unless @tracker_gems.values.any? %li.list-group-item.list-group-item-danger %h4 Exception Tracking You haven't set up an exception tracker! May I recommend Honeybadger? - else %li.list-group-item.list-group-item-success %h4 Exception Tracking Found exception tracker gems(s): = @tracker_gems.select{|k,v| v}.keys.join(', ') - if ENV['MAILCHIMP_API_KEY'].blank? %li.list-group-item.list-group-item-danger %h4 Mailchimp

You haven't set up a Mailchimp account in this environment! Have the client create an account at mailchimp.com and set the MAILCHIMP_API_KEY environment variables to configure Mailchimp.

Once a Mailchimp account is configured, you'll need to create a list through the web interface and set the MAILCHIMP_SPLASH_SIGNUP_LIST_ID environment variable to the list id (ten-digit hex id visible in the List name & defaults tab).

- else %li.list-group-item.list-group-item-success %h4 Mailchimp Your Mailchimp account is configured for this environment!