Adds links between README and INSTALL.

This commit is contained in:
gaba
2016-12-22 08:31:00 -08:00
parent 54bad908b3
commit 39222759f9
2 changed files with 7 additions and 12 deletions
+2 -12
View File
@@ -7,7 +7,7 @@ By contributing to this project you agree to the [Code of Conduct](https://coral
* [Node](https://nodejs.org/es/download/package-manager)
* Mongo
* Redis
*
### Operating System
- We recommend hosting [Talk](https://github.com/coralproject/talk) with any flavor of Linux
@@ -31,17 +31,7 @@ git clone https://github.com/coralproject/talk
### Environmental Variables
export TALK_PORT=5000
export TALK_MONGO_URL=mongodb://localhost/talk
export TALK_REDIS_URL=redis://redis/talk
export TALK_SESSION_SECRET=somethingsecret
export TALK_FACEBOOK_APP_ID=fbidapp_youneeditforfbconnect
export TALK_FACEBOOK_APP_SECRET=fbappsecret_youneeditforfbconnect
export TALK_ROOT_URL=http://localhost:5000
export TALK_SMTP_USERNAME=coralproject
export TALK_SMTP_PASSWORD=smtppassword
export TALK_SMTP_HOST=smtp.example.net
export TALK_SMTP_PROVIDER=Example
This project is using many environmental variables for configuration. You can learn about them in the [README's file](README.md).
### Local development
+5
View File
@@ -34,6 +34,11 @@ available in the format: `<scheme>://<host>` without the path.
- `TALK_SMTP_HOST` (*required*) - SMTP host url with format `smtp.domain.com`.
- `TALK_SMTP_PORT` (*required*) - SMTP port.
### Install from Source
If you want to run Talk in development mode from source (without docker) you can read the [INSTALL file](INSTALL.md).
### License
Copyright 2016 Mozilla Foundation