Skip to content

Commit

Permalink
Merge pull request #205 from sul-dlss/justinlittman-patch-1
Browse files Browse the repository at this point in the history
Update instructions for installing Oracle Instantclient
  • Loading branch information
jcoyne committed Mar 13, 2019
2 parents a6fccdd + 04c0f56 commit 1997aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ http://www.rubydoc.info/github/kubo/ruby-oci8/file/docs/install-on-osx.md or fol
cd /opt/oracle_instantclient/instantclient_11_2
ln -s libclntsh.dylib.11.1 libclntsh.dylib

4. Set the DYLD\_LIBRARY\_PATH environment variable to point to the recently created Instant Client
4. Set the OCI\_DIR environment variable to point to the recently created Instant Client
directory:

`export DYLD_LIBRARY_PATH=/opt/oracle_instantclient/instantclient_11_2`
`export OCI_DIR=/opt/oracle_instantclient/instantclient_11_2`

You should now be ready to run `bundle install`. Note that DOR Services App requires Ruby 2.

Expand Down

0 comments on commit 1997aa5

Please sign in to comment.