Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

Latest commit

 

History

History
31 lines (23 loc) · 512 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 512 Bytes

What

A web interface for searching and viewing reports collected with OONI.

Getting started

Requires:

  • node.js

Run this

npm install -g bower
npm install -g grunt-cli

Then cd into the ooni-mean directory and run:

npm install
grunt

The dev server should now be listening on port 3000.

Have fun!

Running in docker

You can run this inside of docker by running from the home of this repo:

docker build -t ooni/mean .
docker run -d --name="ooni-mean-1" -p 3000:3000 ooni/mean