Giter VIP home page Giter VIP logo

talk-5's Introduction

Talk CircleCI

A commenting platform from The Coral Project. https://coralproject.net

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

Getting Started

npm install Run it once to install the dependencies.

npm start Runs Talk.

Configuration

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_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

Testing

npm test

Lint

npm run lint

Helpful URLs

Comment stream: http://localhost:3000/

Comment stream embedded on sample article: http://localhost:3000/assets/samplearticle.html

Moderator view: http://localhost:3000/admin

Docs

swagger.yaml

License

Apache-2.0

talk-5's People

Contributors

davidgljay avatar gabelula avatar impronunciable avatar jde avatar jtnelson avatar kgardnr avatar losowsky avatar okbel avatar riley avatar wyattjoh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.