denshoproject / ddr-local

Web UI used for interacting with DDR collections and entities on a local machine.
Other
3 stars 0 forks source link

Install all DDR code in /opt/ #278

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-local commit e31d036 (branch 278-installinopt). Fixed in ddr-cmdln commit 4e49af8 (branch 185-installinopt).