GithubHelp home page GithubHelp logo

fcrepo4-docker's People

Contributors

dbernstein avatar mark-cooper avatar pmather avatar yinlinchen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

fcrepo4-docker's Issues

Cannot Run Fedora with Camel Toolbox customization:

Hi ,

Thank you for taking your time to read this message

i was trying to build Fedora with Camel toolbox ,i have been stuck in it and have not idea what wrong .
https://github.com/fcrepo4-labs/fcrepo4-docker

step 1: edit fcrepo-camel.yaml to set the targeted Fedora version

1

step 2: Start server

docker-compose -f fcrepo-camel.yml up -d

step 3: after the docker-compose was finished. these message was showed

Successfully built af8a2d3b8b4b
Successfully tagged fcrepo-camel:latest
Image for service fcrepo was built because it did not already exist. To rebuild this image you must use docker-compose build or docker-compose up --build.
Creating fcrepo-camel ... done

step 4: run docker ps -a to check the status of the container

2

step 5: run docker logs to check the error message
3

step 6: as Step 3 suggested , try to rebuild it , so i run this command

docker-compose up --build

step 7: now the container is up . so i access http://127.0.0.1:8080/manager/html , but i could only see fcrepo .

tomcat

So i would like to know whether my Fedora with Camel toolbox is success, or i have made mistakes in these steps?

the attribute of item is missing in Solr

Hi , i have added an basic container (Store) in fcrepo ,and it could be indexed in Solr . However , it seems like only the item title is being indexed.
Capture

so that i checked the Solr schema.xml , the attribute of field is set indexed=true. such as lastModifiedBy , createdBy
image

May i know if there is any other configuration for this ?

Error when run docker-compose up

Hi , i have encounter file not found problem .
RUN cd /tmp && curl -fSL https://github.com/fcrepo4/fcrepo4/releases/download/fcrepo-$FEDORA_TAG/fcrepo-webapp-$FEDORA_TAG.war -o fcrepo.war && cp fcrepo.war /usr/local/tomcat/webapps/fcrepo.war

Detail :
PS C:\Users\billy\fcrepo4-docker> docker-compose up -d
WARNING: The FEDORA_TAG variable is not set. Defaulting to a blank string.
Building fcrepo
Step 1/15 : FROM tomcat:8.0-jre8
---> 8391ef8f6ae4
Step 2/15 : LABEL maintainer="Yinlin Chen [email protected]"
---> Using cache
---> 077570fca6e9
Step 3/15 : RUN apt-get update && apt-get -y upgrade
---> Using cache
---> b495e7bfaa72
Step 4/15 : ARG FEDORA_TAG=
---> Using cache
---> 1fd841899025
Step 5/15 : ARG FedoraConfig=
---> Using cache
---> 93f57165f5b5
Step 6/15 : ARG ModeshapeConfig=file-simple
---> Using cache
---> c6c095850dc6
Step 7/15 : ARG JDBCConfig=
---> Using cache
---> 647be84b61db
Step 8/15 : ENV CATALINA_HOME /usr/local/tomcat
---> Using cache
---> d8e9b95c7b86
Step 9/15 : ENV PATH $CATALINA_HOME/bin:$PATH
---> Using cache
---> 81184566f35e
Step 10/15 : RUN mkdir /mnt/ingest
---> Using cache
---> 8dae26c6478b
Step 11/15 : RUN sed -i '$i$i$i$i$i$i$i' /usr/local/tomcat/conf/tomcat-users.xml
---> Using cache
---> e729f442b3fe
Step 12/15 : RUN echo 'JAVA_OPTS="$JAVA_OPTS -Dfcrepo.modeshape.configuration=classpath:/config/'$ModeshapeConfig'/repository.json '$JDBCConfig' -Dfcrepo.home=/mnt/ingest -Dfcrepo.audit.container=/audit"' > $CATALINA_HOME/bin/setenv.sh && chmod +x $CATALINA_HOME/bin/setenv.sh
---> Using cache
---> 37e48ce53da2
Step 13/15 : RUN cd /tmp && curl -fSL https://github.com/fcrepo4/fcrepo4/releases/download/fcrepo-$FEDORA_TAG/fcrepo-webapp-$FEDORA_TAG.war -o fcrepo.war && cp fcrepo.war /usr/local/tomcat/webapps/fcrepo.war
---> Running in cb20a857b31e
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found
ERROR: Service 'fcrepo' failed to build: The command '/bin/sh -c cd /tmp && curl -fSL https://github.com/fcrepo4/fcrepo4/releases/download/fcrepo-$FEDORA_TAG/fcrepo-webapp-$FEDORA_TAG.war -o fcrepo.war && cp fcrepo.war /usr/local/tomcat/webapps/fcrepo.war' returned a non-zero code: 22

Persisting data

Hello! I'm interested in the possibility of running a dockerized version of Fedora 4, and your repo looks the most promising! That said, I'm new to the whole Fedora repository thing, and was hoping you'd have some input on where to mount volumes in order to persist any data outside of the docker image. Thanks in advance!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.