Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.04 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.04 KB

CDO

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.

Installation

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

Clear cache

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>