Merge branch 'master' into payload-filtering

This commit is contained in:
Gabriela Rodríguez Berón
2016-12-08 13:05:14 -10:00
committed by GitHub
+18 -7
View File
@@ -3,6 +3,11 @@ A commenting platform from The Coral Project. [https://coralproject.net](https:/
## Contributing to Talk
### Product Roadmap
You can view what the Coral Team is working on next here: https://www.pivotaltracker.com/n/projects/1863625
You can view product ideas and our longer term roadmap here: https://trello.com/b/ILND751a/talk
### Local Dependencies
Node
Mongo
@@ -19,13 +24,19 @@ Runs Talk.
The Talk application requires specific configuration options to be available
inside the environment in order to run, those variables are listed here:
- `TALK_SESSION_SECRET` (*required*) - a random string which will be used to
secure cookies
- `TALK_FACEBOOK_APP_ID` (*required*) - the Facebook app id for your Facebook
Login enabled app.
- `TALK_FACEBOOK_APP_SECRET` (*required*) - the Facebook app secret for your
Facebook Login enabled app.
- `TALK_ROOT_URL` (*required*) - Root url of the installed application externally available in the format: `<scheme>://<host>` without the path.
- `TALK_SESSION_SECRET` (*required*) - a random string which will be used to
secure cookies.
`TALK_FACEBOOK_APP_ID` (*required*) - the Facebook app id for your Facebook
Login enabled app.
`TALK_FACEBOOK_APP_SECRET` (*required*) - the Facebook app secret for your
Facebook Login enabled app.
`TALK_ROOT_URL` (*required*) - root url of the installed application externally
available in the format: `<scheme>://<host>` without the path.
`TALK_SMTP_PROVIDER` (*required*) - SMTP provider name.
`TALK_SMTP_USERNAME` (*required*) - username of the SMTP provider you are using.
`TALK_SMTP_PASSWORD` (*required*) - password for the SMTP provider you are using.
`TALK_SMTP_HOST` (*required*) - SMTP host url with format `smtp.domain.com`.
`TALK_SMTP_PORT` (*required*) - SMTP port.
### Running with Docker
Make sure you have Docker running first and then run `docker-compose up -d`