GitHub Readme.md
Build alignment algorithm binaries on heroku so that we could run them from the main alignment app. Based on this repo: link.
$PATH
environment variable.
$PATH
from release
script using config_vals
is no longer supported.profile.d
scripts is the new recommended way: link
tar.gz
files to Amazon S3, under the bucket: sif-sprint/alignment_algorithms
and make them publically available (NOTE: this is required, since custom buildpack need to have access to download them, also there is really no confidential data in them.)vendor
) with correct names. At the end of compilation, we append vendor
folder to the $PATH
environment variable.Copy the snippet above into CLI.