From 7b8bb6bb21923e6b0cee74e4ecef7d3af04e023f Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Tue, 23 Mar 2021 13:38:03 -0700 Subject: [PATCH] Updates readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e6a75375d..e798fedf5 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ Web backend - [ActivityPub](http://activitypub.rocks/) federation - [Celery](http://celeryproject.org/) task queuing - [Redis](https://redis.io/) task backend +- [Redis (again)](https://redis.io/) activity stream manager Front end - Django templates @@ -236,6 +237,11 @@ When there are changes available in the production branch, you can install and g - `docker-compose exec web python manage.py collectstatic --no-input` loads any updated static files (such as the JavaScript and CSS) - `docker-compose restart` reloads the docker containers +### Re-building activity streams + +If something goes awry with user timelines, and you want to re-create them en mass, there's a management command for that: +`docker-compose run --rm web python manage.py rebuild_feeds` + ### Port Conflicts BookWyrm has multiple services that run on their default ports.