torontomulibrary / islandora_chef

Chef cookbook for installing Islandora digital asset management platform
http://islandora.ca
13 stars 11 forks source link

Moving $FEDORA_HOME #31

Closed ruebot closed 9 years ago

ruebot commented 9 years ago

All of the Islandora documenation, and the testing frameworks is written with FEDORA_HOME being /usr/local/fedora not /usr/share/fedora. If this repo is eventually meant to be a community VM, and clean and sane development environment, we should change this. Thoughts?

mjsuhonos commented 9 years ago

I think this is a Filesystem Hierarchy Standard issue, and ensuring the cookbooks are compliant with its practices. From this TLDP documentation, it seems /usr/local is more appropriate for binaries installed on an individual node.

ruebot commented 9 years ago

I'll create a branch, and move stuff around. If it builds just fine, I'll create a pull request.