mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 18:45:55 +08:00
23 lines
631 B
Markdown
23 lines
631 B
Markdown
---
|
|
title: Installation
|
|
sidebar: talk_sidebar
|
|
permalink: install.html
|
|
summary:
|
|
---
|
|
|
|
## Requirements
|
|
|
|
Talk requires MongoDB and Redis.
|
|
|
|
- MongoDB ^3.2 - [Docs](https://docs.mongodb.com/manual/installation/)
|
|
- Redis ^3.2.5 - [Docs](https://redis.io/topics/quickstart)
|
|
|
|
## Installation method
|
|
|
|
While Talk can be installed in many ways, we support two install paths:
|
|
|
|
* [Install from Source](install-source.html) (development)
|
|
* [Install via Docker](install-docker.html) (deployment)
|
|
|
|
If you have success installing Talk in another way, please consider [contributing to this documentation](faq.html#how-do-i-contribute-to-these-docs)!
|