From c190f2868871b98019fe976430724242af7416f3 Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Mon, 4 Apr 2016 16:45:00 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9D2016-04-04=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev-archive/censis/obrand/obrand-admin/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-archive/censis/obrand/obrand-admin/README.md b/dev-archive/censis/obrand/obrand-admin/README.md index dd6c3ec..4f1f52e 100644 --- a/dev-archive/censis/obrand/obrand-admin/README.md +++ b/dev-archive/censis/obrand/obrand-admin/README.md @@ -41,7 +41,12 @@ Make use of the many generators for code, try `ember help generate` for more det ### Deploying -Specify what it takes to deploy your app. +To build do the following: + +* `ember build --environtment production` +* copy the contents into the wwwroot folder of obrand-admin-server +* deploy obrand-admin-server + ## Further Reading / Useful Links