-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
To prevent confusion we should remove the previously installed pywb and cdxj-indexer (those that were not installed with Poetry) that are in /opt/apt/was/.local
. This can be done by sshing into each environment and doing a:
pip uninstall pywb cdxj-indexer
The Docker instructions also need to be modified to use poetry run
with cdxj-indexer
. Now that nginx is no longer being used here we can move the contents of the pywb directory in this repo up one level into the base directory. This will mean you won't need to cd pywb
prior to running commands with poetry run
. However this will likely require changing the systemd process to not use the subdirectory when referencing the uwsgi.conf
.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working