Giter VIP home page Giter VIP logo

samvera-docker's Introduction

docker-samvera

The Docker-Samvera project sets up the Californica (Hyrax) and Ursus (Blacklight) environments for developers.

Prerequisites

The developer environment created by docker-samvera relies on Docker Engine and Docker Compose. Make sure you're running the latest versions.

Installation or upgrade instructions for Docker Compose and Docker Engine are available on their respective sites.

Getting started

The first thing you need to do is to download the samvera-docker, californica, and ursus GitHub repos:

git clone [email protected]:andrewbenedictwallace/samvera-docker.git
cd samvera-docker
git submodule init
git submodule update --recursive --remote

After that, you can run docker-compose to bring up the development environment:

docker-compose up

The first time you create the environment, you'll also need to provision the Californica and Ursus databases. From within the samvera-docker directory, run:

docker-compose run californica bash
bundle exec rake db:setup
bundle exec rake californica:ingest:sample

If this succeeds without error, you've successfully created your Californica environment and loaded some sample records.

Next, you can exit from the Californica container (or just open a new terminal on your host machine) and set up the Ursus database:

docker-compose run ursus bash
bundle exec rake db:setup

After this succeeds, you have a working development environment.

To access some of the services that you'll need, try finding them at the following locations:

Contact

If you have any questions or encounter any problems, feel free to contact Andy (or "Andrew Wallace" on UCLA's Slack) for assistance.

samvera-docker's People

Contributors

sourcefilter avatar ksclarke avatar

Watchers

Lars Lehtonen avatar James Cloos avatar  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.