Added note for production based deploy

This commit is contained in:
Wyatt Johnson
2017-04-14 15:16:42 -06:00
parent 8164fa7813
commit bee27da725
+6 -1
View File
@@ -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: