mozilla / shielddash

Dashboard for SHIELD study reports.
http://shielddash.herokuapp.com/
Mozilla Public License 2.0
1 stars 5 forks source link

SHIELD Studies Dashboard

Basic automated analysis of Firefox SHIELD::studies

issues milestones

developing?

Get started with local development:

which postgres || echo "postgres not installed" && exit 1
createuser --pwprompt shielddash # set password to: shielddash
createdb -Oshielddash -Eutf8 shielddash
postgres -D /usr/local/var/postgres

echo DEBUG=True >> .env
virtualenv env
source env/bin/activate
pip install -r requirements.txt
npm install
gulp build
python manage.py runserver

open http://127.0.0.1:8000