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

OpenObservatory/ooni-app

Repository files navigation

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

About

[DEPRECATED] precursor to the ooni-explorer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published