Big data with substitution plans.
Make sure that you understand all of the instructions first, because you probably want to modify them.
- Create the configuration file at
/etc/aggregamusrc.json
- Make sure, your output directory exists:
mkdir -p /var/dsb
- Make sure, you have a Tor proxy running at the address specified in
proxy
:sudo docker run -d -p 9050:9050 -p 9052:9052 -p 9053:9053 --restart always --name tor-proxy chrissx/tor-proxy
- Make sure, you have Dart installed:
apt install dart
,pacman -S dart
, ... - Run
aggregamus
: Either through systemd, or just through the shell