[open-ils-commits] [GIT] Evergreen ILS branch rel_2_8 updated. 7b3eae1fe7935238097583437f0fb7dddacfb855
Evergreen Git
git at git.evergreen-ils.org
Fri Jun 12 11:04:02 EDT 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_2_8 has been updated
via 7b3eae1fe7935238097583437f0fb7dddacfb855 (commit)
from 4a868dbc4c53752793ac62c6a49d4eb99bb6e2c5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7b3eae1fe7935238097583437f0fb7dddacfb855
Author: Chris Sharp <csharp at georgialibraries.org>
Date: Mon Apr 6 20:17:30 2015 -0400
LP#1342227 - Allow EDI Ruby dependency installation on Ubuntu 14.04
Create a script for Ubuntu 14.04 ruby installation and installation
for EDI dependencies. Remove 'rcov', which has been deprecated for
Ruby 1.9.1 and install Bill Erickson's GIR improvements.
In the future we will need to remove this dependency altogether (see
bug 1373690), but for now, at least get it working on Ubuntu 14.04.
Signed-off-by: Chris Sharp <csharp at georgialibraries.org>
Signed-off-by: Jason Stephenson <jstephenson at mvlc.org>
diff --git a/Open-ILS/src/edi_translator/install-ubuntu-trusty.sh b/Open-ILS/src/edi_translator/install-ubuntu-trusty.sh
new file mode 100755
index 0000000..6223070
--- /dev/null
+++ b/Open-ILS/src/edi_translator/install-ubuntu-trusty.sh
@@ -0,0 +1,16 @@
+#!/bin/bash
+# hopefully this is all temporary
+
+# install ruby via APT
+sudo apt-get install rubygems-integration ruby-dev
+
+# install gem dependencies
+sudo gem install parseconfig rspec edi4r edi4r-tdid json openils-mapper
+
+# clone berick's openils-mapper repo
+git clone https://github.com/berick/openils-mapper
+cd openils-mapper
+# move openils-mapper files into place
+git checkout -b GIR-segments-for-copy-data origin/GIR-segments-for-copy-data
+sudo cp lib/openils/mapper.rb /var/lib/gems/1.9.1/gems/openils-mapper-0.9.9/lib/openils/mapper.rb
+sudo cp lib/edi/mapper.rb /var/lib/gems/1.9.1/gems/openils-mapper-0.9.9/lib/edi/mapper.rb
-----------------------------------------------------------------------
Summary of changes:
.../src/edi_translator/install-ubuntu-trusty.sh | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
create mode 100755 Open-ILS/src/edi_translator/install-ubuntu-trusty.sh
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list