denshoproject / ddr-cmdln

Command-line tools for automating the Densho Digital Repository's various processes.
Other
0 stars 2 forks source link

Install all DDR code in /opt/ #185

Closed gjost closed 4 years ago

gjost commented 4 years ago

Problem: The nesting in our current setup causes confusion and delay, especially when ddr-cmdln is in /opt/ddr-cmdln when installed standalone, and in /opt/ddr-local/ddr-cmdln/ when part of the DDR editor.

Solution: Install everything in /opt/:

This should just be a matter of changing paths in Makefile, ddrlocal.cfg (and ddrlocal-local.cfg), INSTALL.rst, and in ddr-manual.

gjost commented 4 years ago

Fixed in ddr-cmdln commit 07c9ff9 (branch 185-installinopt).

gjost commented 4 years ago

See also https://github.com/denshoproject/ddr-local/issues/278