Disruptive Library Technology Jester

Disruptive Library Technology Jester

  • About the Jester
  • Categories
  • Tags
  • Résumé / CV
  • Newsletter

Peter E. Murray

Library technologist, open source advocate, striving to think globally while acting locally

This site uses Robust Links.
  • Home
  • Tags
  • git
  • How to fix a directory that Git thinks is a submodule

    Nuts. I added and committed a directory to my Git repository when the directory itself was another separate Git repository. Now Git thinks it's some sort of submodule, but it doesn't know how to deal with it:

    1
    2
    $ git submodule update
    No submodule mapping found in .gitmodules for path …
     Posted on  March 02, 2016
     and last updated March 02, 2016
     ·  1 minutes reading time
  • Separating Configuration from Code in CollectionSpace

    For the past few months I've been working on a project to migrate a museum's collection registry to CollectionSpace. CollectionSpace is a "free, open-source, web-based software application for the description, management, and dissemination of museum collections information." ((From the answer to the first question of the CollectionSpace frequently asked questions …

     Posted on  November 30, 2015
     and last updated December 01, 2015
     ·  3 minutes reading time
  • LYRASIS' "Reposervice" Setup Pushed to GitHub

    Earlier this month published 'reposervice' to GitHub. Reposervice is a "self-contained" Islandora installation source tree that is intended to smooth the LYRASIS deployment of repository services between development servers, a staging server and production servers. It is a bit of a work-in-progress at the moment, but others might find it …

     Posted on  June 19, 2013
     and last updated June 19, 2013
     ·  2 minutes reading time