Skip to content

Instantly share code, notes, and snippets.

@up1
Created May 12, 2025 09:53
Show Gist options
  • Save up1/dc7cefc5ec345c9e1337ac3f9cfb7bbc to your computer and use it in GitHub Desktop.
Save up1/dc7cefc5ec345c9e1337ac3f9cfb7bbc to your computer and use it in GitHub Desktop.
#1. Install
$go install github.com/tienanr/docurift/cmd/docurift@latest
# 2. Run docurift proxy server
$docurift -proxy-port 9876 -analyzer-port 9877 -backend-url http://localhost:8080 -max-examples 20
2025/05/12 16:45:00 Starting DocuRift with proxy port 9876 and analyzer port 9877
2025/05/12 16:45:00 Using backend URL: http://localhost:8080
2025/05/12 16:45:00 Starting analyzer server on :9877
2025/05/12 16:45:00 Starting proxy server on :9876
2025/05/12 16:45:00 Analyzer server listening on :9877
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment