Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 689 Bytes

README.rst

File metadata and controls

27 lines (19 loc) · 689 Bytes

Indexing service for Fusion

Quick start

Checkout a clone of the fusion-index repository and install it:

$ cd path/to/fusion-index/checkout
$ pip install -r requirements.txt
# It's recommended to install with `-e` to avoid having to constantly
# reinstall when changing branches or making changes.
$ pip install -e .

Run the software:

# Create a directory for deployment artefacts.
$ mkdir -p ~/deployment/fusion-index
$ cd ~/deployment/fusion-index

# Start the service on port 8090.
$ twistd --pidfile '' -n fusion-index -p tcp:8090