mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 21:47:49 +08:00
Merge pull request #501 from coralproject/docs-update
Added note for production based deploy
This commit is contained in:
+6
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user