Islandora-Collaboration-Group / ISLE

Islandora Enterprise (ISLE) is a community project that addresses two of the most significant pain-points in Islandora: installation and maintenance.
https://Islandora-Collaboration-Group.github.io/ISLE/
GNU General Public License v3.0
32 stars 34 forks source link

ISLE Build on Ubuntu on Virtualbox - Fedora won't come up #74

Closed lynnawilliams closed 6 years ago

lynnawilliams commented 6 years ago

Running Ubuntu 16.04.3 in VirtualBox 5.2.2 on Mac OS 10.12.6 ...

docker-compose up -d fedora returns an error of "Cannot create container for service fedora: invalid bind mount spec ..."

See attached screen shot for complete error fedoranotup

I definitely did not have this error when building this on the google cloud compute service.

g7morris commented 6 years ago

@lynnawilliams Thanks for testing this and apologies for the delay.

@hamhpc Noticed this behavior as well in issue #70

From @hamhpc 's comment

I just noticed there is a space in front of this in the docker-compose.yml....

  - ./customize/fedora/apache/site.conf:/etc/apache2/sites-available/site.conf
once I fixed this it started working.

My response on the comment:

Yup silly dev error on my part. A space got put into code/line. Apologies for the issue. 

Have removed this via [commit](https://github.com/Islandora-Collaboration-Group/ISLE/commit/17f02a8f402dcc79c21b077c0fe5a9e2dae098a7)

Please close ticket once testing has finished.

lynnawilliams commented 6 years ago

This seems to have fixed the issue. Closing the ticket.