From f78ce9ddb917f1bfe7eeaf68049d8205e859be8d Mon Sep 17 00:00:00 2001
From: Allen Gilliland <agilliland@gmail.com>
Date: Mon, 2 May 2016 08:27:07 -0700
Subject: [PATCH] updated instructions for EB.

---
 .../running-metabase-on-elastic-beanstalk.md           | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/docs/operations-guide/running-metabase-on-elastic-beanstalk.md b/docs/operations-guide/running-metabase-on-elastic-beanstalk.md
index 3c548c48b89..96e4047de1e 100644
--- a/docs/operations-guide/running-metabase-on-elastic-beanstalk.md
+++ b/docs/operations-guide/running-metabase-on-elastic-beanstalk.md
@@ -267,11 +267,13 @@ Once your application is working properly over HTTPS we recommend setting an add
 
 # Setting the JVM Timezone
 
-It's best to set your JVM timezone to match the timezone you'd like all your reports to come in.  You can do this by simply specifying the `JAVA_TIMEZONE` environment variable which is picked up by the Metabase launch script.  For example:
+It's best to set your JVM timezone to match the timezone you'd like all your reports to come in.  You can do this by adding the `JAVA_TIMEZONE` environment variable.
 
-    docker run -d -p 3000:3000 \
-      -e "JAVA_TIMEZONE=US/Pacific" \
-      --name metabase metabase/metabase
+1. Click on `Configuration` on the left hand sidebar
+* Scroll down to `Software Configuration` under the _Web Tier_ section and click the gear icon to edit those settings.
+* Under `Environment Properties` add the following
+   * `JAVA_TIMEZONE` with a value such as `US/Pacific`
+* Scroll to the bottom of the page and click `Apply` in the lower right, then wait for your application to update.
 
 
 # Using Papertrail for logging on AWS
-- 
GitLab