Closed kenprice closed 8 years ago
Here is an example from another we repo we have that requires binary dependency: https://github.com/gios-asu/pdf-generation-experiment/blob/master/index.php
$snappy = new Pdf('/usr/local/bin/wkhtmltopdf');
We then have instructions in our README file:
1. Download the binary: http://wkhtmltopdf.org/downloads.html
2. Put it in `/usr/local/bin`
or we could create a vendor folder and put the jar's we need in there.
Just dont call it vendor
because composer uses that folder already
I helped out a bit. Created a branch off ian-devel
, and made the following changes:
./lib
wrt project path.linuxbrew
to achieve this.~/.linuxbrew
so we don't have to keep downloading linuxbrew
.config.conf
file. The config file produced in Travis tests mainly concerns the NER tagger at this point. The SolrApiUrl
entry is a placeholder.The goal of these changes was to configure Travis properly so that Stanford NER can run on it.
If @rraub or @idmontie wants to review my changes, you can find it here.
I went ahead and merged my change into ian-devel
after coordinating with @iajohns1
TODO for the NER tagger dependency
.tagger
and.jar
file, store at/usr/local/bin