Rostlab / JS16_ProjectF

In this project we will build a web portal for our GoT data analysis and visualization system. The website will integrate all the apps created in projects B-D with the help of the integration team assigned to Project E.
GNU General Public License v3.0
10 stars 8 forks source link

JS16_ProjectF Build Status Code Climate Codacy Badge

In this project we will build a web portal for our GoT data analysis and visualization system. The website will integrate all the apps created in projects B-D with the help of the integration team assigned to Project E.

Production: https://got.show

Developer information

We're using webpack: https://github.com/webpack/webpack

Requirements:

Please make a config.json in folder config and set up your setting

  1. Duplicate the config.default.json to config.json
  2. Add twitter access keys to gotsent in the config
  3. Add mongodb access url to gotsent.mongo.uri in the config (ask @yashha for an access)

gotsent.mongo.uri = "mongodb://<user>:<pass>@<server>/<db>"

Development

Build manually

serve files

Deploy to staging/testing

We use a dedicated 'staging' branch which is automagically deployed to https://got-stats.herokuapp.com/.

How To Deploy On Staging:

NEVER EVER PUSH COMMITS DIRECTLY TO 'staging' !11!! :bomb: