OpenTechStrategies / SimpleBook

A fork of the Collection Extension to print books from MediaWiki instances
1 stars 1 forks source link

Minor queue fixes for torque-devenv #6

Closed slifty closed 3 years ago

slifty commented 3 years ago

There are a few items that aren't quite working about the current build:

For instance:

  1. rq is used for the python server and needs to be added to the pipfile
  2. the queued status is not handled in SpecialCollection.php
  3. We need to use yarn instead of npm because of a vagrant limitation.

Lets fix those two, as well as any other little tweaks needed to get everything running in the torque-devenv environment.

slifty commented 3 years ago

These were fixed long ago but the issue wasn't closed, fixing THAT now, which means all fixes are fixed.