Merge pull request #501 from coralproject/docs-update

Added note for production based deploy
This commit is contained in:
Wyatt Johnson
2017-04-14 15:22:45 -06:00
committed by GitHub
+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: