dportnoy / apollo

Integrated Surveillance Portal web site.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apollo

Integrated Surveillance Portal

Quick setup guide

  • Install and run Neo4J preferably the latest 2.0.* release
  • Run the import.txt from [apollo_root]/data/ according to the import_instructions
  • Install node.js
  • Navigate to [apollo_root]/src/ and run 'npm install'
  • Then run 'node app.js' from [apollo_root]/src/

Requirements

  • JQuery 1.10.2 compatible browser (Internet Explorer 8+, Firefox, Opera, Chrome)
  • Node.js
  • Neo4j

Handy things to npm install -g

  • forever (forever start/stop/list [app.js] to run/stop/list-running-apps given node.js application as a service in background)
  • nodemon (start and run [app.js], runs node [app.js] in perpetuity. Automatically restarts upon changing system js files)

##Documentation

  • Integrated Surveillance Portal Confluence
  • Server code is located in src. To run, clone this project, move into the src directory, npm install, then node app.js
  • Data for Neo4J database is loaded in Data. To run, clone this project, move into the data directory, then cat ./import.txt | [path-to-your-neo4j-shell]/neo4j-shell (read the import instructions for further instructions).

##Issue Tracker

  • Integrated Surveillance Portal Jira

Roadmap

  • Currently Data Updates and Bug Fixes
  • Previously Active development, 2 week iterations (completed Sep 2014)

Contributing

Anyone is encouraged to contribute to the project by forking and submitting a pull request. (If you are new to GitHub, you might start with a basic tutorial.)

By contributing to this project, you grant a world-wide, royalty-free, perpetual, irrevocable, non-exclusive, transferable license to all users under the terms of the Apache Software License v2 or later.

All comments, messages, pull requests, and other submissions received through CDC and PHIResearchLab.org pages including this GitHub page are subject to the Presidential Records Act and may be archived. Learn more http://cdc.gov/privacy

##Hat-tips

Issac G for creating an awesome starting point for testing with Mocha and CI with Bamboo Pluralsight's awesome node.js tutorial Pluralsight's awesome express tutorial HTML to Jade Converter Matt Wiebe's unCamelCase JavaScript

License

This project constitutes a work of the United States Government and is not subject to domestic copyright protection under 17 USC § 105.

The project utilizes code licensed under the terms of the Apache Software License and therefore is licensed under ASL v2 or later.

This program is free software: you can redistribute it and/or modify it under the terms of the Apache Software License version 2, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Apache Software License for more details.

You should have received a copy of the Apache Software License along with this program. If not, see http://www.apache.org/licenses/LICENSE-2.0.html

Privacy

This project contains only non-sensitive, publicly available data and information. All material and community participation is covered by the PHIResearchLab.org Disclaimer and Code of Conduct. For more information about CDC's privacy policy, please visit http://www.cdc.gov/privacy.html

About

Integrated Surveillance Portal web site.

License:Apache License 2.0