You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,9 @@ The Agent uses a Redis local server as a caching layer. That said, it's necessar
19
19
```
20
20
sudo ./redis_setup.sh # <- Might be necessary to uso sudo
21
21
```
22
+
### Running hydrus server
23
+
Since this is an API Client, we need an appropriate hydrus server to query to. To setup a localhost follow the instructions at https://github.com/HTTP-APIs/hydrus#demo.
24
+
22
25
23
26
### Running the GUI
24
27
If you've installed the Requirements and have the proper Redis running you can simply:
0 commit comments