Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
peterk committed Aug 4, 2018
1 parent 7824a31 commit c29c683
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,5 @@ venv.bak/

# mypy
.mypy_cache/

.DS_Store
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# warcworker
A dockerized queued high fidelity web archiver
A dockerized queued high fidelity web archiver based on Squidwarc, RabbitMQ and a small web frontend.

# Installation
Copy .env_example to .env. Start with docker-compose up -d --scale worker=3

Open web front end at http://127.0.0.1:8000

0 comments on commit c29c683

Please sign in to comment.