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

mozilla/stooge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is Stooge. Work in progress.

Run Book

requirements

  • rabbitmq
  • mongodb
  • memcache

installation ...

start

$ cd /home/stooge

$ tmux
$ source env/bin/activate && ~/moz-stooge/scripts/stooge-scanner
$ source env/bin/activate && ~/moz-stooge/scripts/stooge-web -p 9090 -c /home/stooge/stooge.cfg

adding new sites

$ mongo stooge
$ db.sites.insert({owner:"yourorg",type:"production",url:"http://www.example.com"})