Skip to content
/ setup Public
forked from hoover/setup

Scripts to install and configure Hoover

License

Notifications You must be signed in to change notification settings

dzogrim/setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripts to install and configure Hoover

Getting started

This magic script will create a folder (named hoover by default) and install components in it:

  • Clones of the search, snoop and ui repos
  • Virtualenvs and Python dependencies for search and snoop
  • npm dependencies for ui
python3.5 <(curl -sL https://github.com/hoover/setup/raw/master/install.py)

To run the servers, start these two daemons from a daemon manager like supervisor:

bin/hoover webserver snoop --host=localhost --port=9000
bin/hoover webserver search --host=localhost --port=8000

Later, if you want to upgrade to the latest version:

bin/hoover update
bin/hoover upgrade

About

Scripts to install and configure Hoover

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%