Buildpack for vendoring the cdo library into your project. Can be used with Heroku or Dokku.
After the installation process, you will be able to access the following libraries:
CDO requires a lot of memory. You might need > 1GO of RAM.
Heroku:
heroku buildpacks:add https://github.com/hello-aurora/cdo --index 1 --app <APP_NAME>
Dokku:
dokku buildpacks:add --index 1 <APP_NAME> https://github.com/hello-aurora/cdo
Since the installation is cached you might want to clean it out due to config changes.
Heroku:
heroku plugins:install heroku-repo
heroku repo:purge_cache --app <APP_NAME>
Dokku:
dokku repo:purge-cache <APP_NAME>