https://github.com/ampless/aggregamus
Big data with substitution plans.
https://github.com/ampless/aggregamus
Last synced: 8 months ago
JSON representation
Big data with substitution plans.
- Host: GitHub
- URL: https://github.com/ampless/aggregamus
- Owner: Ampless
- License: agpl-3.0
- Created: 2021-03-24T22:39:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-13T18:26:37.000Z (about 3 years ago)
- Last Synced: 2025-10-11T23:32:00.326Z (8 months ago)
- Language: Dart
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# aggregamus
Big data with substitution plans.
## How to use
Make sure that you understand all of the instructions first, because you
probably want to modify them.
1. Create the [configuration file](aggregamusrc.example.json) at
`/etc/aggregamusrc.json`
2. Make sure, your output directory exists: `mkdir -p /var/dsb`
3. 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`
4. Make sure, you have Dart installed: `apt install dart`, `pacman -S dart`, ...
5. Run `aggregamus`: Either through systemd, or just through the shell