Skip to content

Latest commit

 

History

History
54 lines (44 loc) · 874 Bytes

README.md

File metadata and controls

54 lines (44 loc) · 874 Bytes

Philotes

Network analysis tool to generate the optimal strategy for minimizing bullying in youth peer networks.

Table of Contents

  1. Example Usage
  2. Development
  3. Setup
  4. Installing Dependencies
  5. Running
  6. Stack

Example Usage

Development

Setup

  • Install Redis
    brew install redis
    
  • Install Postgres.app
  • Run Postgres.app
  • Create virtual environment for Python dependencies:
    virtualenv venv
    source venv/bin/activate
    

Installing Dependencies

  • Install node dependencies:

    npm install
    
  • Install python dependencies:

    pip install -r requirements.txt
    

Running

redis-server
gulp
python run.py

Stack

  • PostgreSQL
  • SQLAlchemy
  • Python
  • React
  • Flux