Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 680 Bytes

SNIPPETS.md

File metadata and controls

36 lines (18 loc) · 680 Bytes

Snippets

Common actions

This file contains commands that I use during development of this project.

To create a research server:

$ ./reh-mimic --action=research --har-file=irrelevant

From Redis, to ask for research of an URL:

27.0.0.1:6379> publish RedeInstr_processUrl http://en.wikipedia.org/

Redeploy the extension at StationA:

$ fab StationA

How to queue a url:

$ curl -k --data-binary "http://www.yahoo.com/" -X POST --http2 https://instr.httpdos.com:1070/setnexturl/

Curl version 7.40 or greater is needed.

Deployment actions

Installing the latest version of the executable:

$ fab BeefyRehMimic