Coder Social home page Coder Social logo

docker-islandora's Introduction

Dockerized Islandora

SCRIPT needs some cleaning and parameterizations

A dockerized development instance Islandora, an open-source software framework designed to help institutions and organizations and their audiences collaboratively manage, and discover digital assets using a best-practices framework. Built on a base of Drupal, Fedora Commons, and Solr, Islandora releases solution packs which empower users to work with data types (such as image, video, and pdf) and knowledge domains (such as Chemistry and the Digital Humanities). Solution packs also often provide integration with additional viewers, editors, and data processing applications.

Installation

  1. Install Docker
  2. Change the docker init script (/etc/init.d/docker) to add an appropriate size image (default is only 10G): /usr/bin/docker -d --exec-driver=lxc --selinux-enabled --storage-opt dm.basesize=50G
  3. Clone this repository
  4. Change into the source directory: cd docker-islandora
  5. Build the container: docker build -rm --tag=islandora .
  6. Run the docker container: docker run -t -i -p 80:80 -p 8080:8080 islandora /bin/bash
  7. Run the installer/configuration script script: ./install.sh
  8. Browse to http://localhost
  9. Install the isladora modules from the web interface
  10. CTRL+P and CTRL+Q to exit the container shell
  11. View the running containers via docker ps -a
  12. To get a back the docker container: docker attach [CONTAINER ID]
  13. To commit the changes made to a container: docker commit [CONTAINER ID] [SOME IMAGE NAME]
  14. To stop a running container: docker stop [CONTAINER ID]
  15. To stop all running containers: docker ps -a | grep '<none>' | awk '{print $1}' | xargs docker rm
  16. To delete all the docker images: docker images | grep "<none>" | awk '{print $3}' | xargs docker rmi

Islandora Configuration

  1. Choose Image Toolkit -> ImageMagick as image processing toolkit
  2. Specify the convert path: /usr/bin/convert
  3. Islandora -> Page Content Module -> djatoka URL: specify the correct url
  4. Islandora -> Solr index -> solr URL: specify the correct url

docker-islandora's People

Contributors

allanext avatar ruebot avatar

Watchers

James Cloos avatar chris cabrera thompson avatar

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.