From cf262528fd5b90db0a02d3645e56008df05032f3 Mon Sep 17 00:00:00 2001 From: Eugen Date: Mon, 2 Jan 2017 10:16:37 +0100 Subject: [PATCH] Updated Production guide (markdown) --- Production-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Production-guide.md b/Production-guide.md index ee15c44..f30a783 100644 --- a/Production-guide.md +++ b/Production-guide.md @@ -94,7 +94,7 @@ Then you can proceed to install project dependencies: And setup the database for the first time, this will create the tables and basic data: - bundle exec rails db:setup + RAILS_ENV=production bundle exec rails db:setup ## Systemd