mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
553 B
553 B
Distributed
- Create user
demo
with password fromAHRIMAN_PASSWORD
environment variable. - Setup repository named
ahriman-demo
with architecturex86_64
. - Start web server at port
8080
. - Start two workers.
- All updates triggered by the web server will be passed to workers.
- All updates from worker instances are uploaded to the web service.
- Repository is available at
http://localhost:8080/repo
.
Note, in this configuration, workers are spawned in replicated mode, thus the backend accesses them in round-robin-like manner.