Hallo all,
I'd like to try Hyku for some photographic collections of my University, but I've troubles installing it with Docker compose.
Strangely I've not found a comprehensive installation guide, could you point it to me please?
I cloned the repository with
git clone
https://github.com/samvera/hyku.gitand ran
docker compose up
but the installation crashes with this error:
hyku-initialize_app-1 | rails aborted!
hyku-initialize_app-1 | Errno::EACCES: Permission denied @ rb_sysopen -
...
I tried (following this official guide
https://github.com/samvera/hyku#with-docker) with
docker compose up web
crushes
with
docker compose -f docker-compose.yml -f docker-compose.override-nodory.yml up
don't work...
it says
!
base The requested image's platform (linux/arm64) does not match the
detected host platform (linux/amd64/v3) and no specific platform was
requested
I don't understand if it's serious...
and with
docker compose -f docker-compose.yml -f docker-compose.override-nodory.yml up web
it seems to go
but if you open
http://localhost:3000/you have a page that says:
Routing Error
Not Found
Rails.root: /app/samvera/hyrax-webapp
Can some kind soul help me?