Skip to content

Remove non-poetry dependencies #133

@edsu

Description

@edsu

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions