Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 2.39 KB

README.md

File metadata and controls

49 lines (32 loc) · 2.39 KB

#Threatwiki project no longer active The threatwiki project is no longer active. All the data collected by The Sentinel Project during the life of this project has been migrated to the Conflict Traffic System: http://cts.thesentinelproject.org

The code that was used to create this project is still available under the MIT License.

##Still want to see the visualizations?

If you are curious about how the visualizations looked like in order to reproduce something similar, they are still available at those URLs. Keep in mind that the data displayed is not up to date.

##Relevant Links

##Installation instructions

How to use (for all versions):

  • Make sure you have an instance of mongodb running
  • npm install -d
  • bower install
  • node app.js
  • Point your browser to http://localhost:3000

Tested and supported only under Node.js 0.8.X

We try to keep the master branch as stable as possible so feel free to get the most recent version out of git to play with.

  • If you want to login with the Google Apps authentication, you need a @thesentinelproject.org domain and also need to specify the NODE_ENV to production ie: export NODE_ENV=production

  • To auto-login without using Google Apps authentication, specify the NODE_ENV to development ie: export NODE_ENV=development