From bee27da7255532ee9f34b2f59218968307c6b7da Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Fri, 14 Apr 2017 15:16:42 -0600 Subject: [PATCH] Added note for production based deploy --- INSTALL.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 57ef3712d..18244f635 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -24,7 +24,8 @@ ## Installation From Docker We currently support packaging the Talk application via Docker, which automates -the dependency install and asset build process. +the dependency install and asset build process. This is the recommended way to +deploy the application when used in production. Available as [coralproject/talk](https://hub.docker.com/r/coralproject/talk/) on Docker Hub. @@ -165,6 +166,10 @@ docker run -d -P coralproject/talk:latest ## Installation From Source +This provides information on how to setup the application from source. Note that +this is not recommended for production deploys, but will work for development +and testing purposes. + ### Requirements There are some runtime requirements for running Talk from source: