Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 604 Bytes

quickstart.md

File metadata and controls

42 lines (27 loc) · 604 Bytes

Running HashUp

  1. Install HashUp and command line tools:
go install github.com/rubiojr/hashup@latest
go install github.com/rubiojr/hashup/cmd/hs@latest
  1. Setup a HashUp server node
hashup setup
  1. Start the NATS server
hashup nats
  1. Scan a directory
hashup scan ~/Documents # Scan and queue the scanned files to be indexed

# This can run in parallel
hashup store
  1. Search indexed files

Use the CLI to search for file names.

hs search test
  1. Download and install the HashUp App

Get it from https://github.com/rubiojr/hashup-app