BlueTeaLondon / heroku-buildpack-libreoffice-for-heroku-18

Other
17 stars 29 forks source link

The buildpack does not install anything #9

Open ghost opened 5 years ago

ghost commented 5 years ago

Buildpacks are all here:

$ heroku buildpacks -r staging

  1. heroku/python
  2. https://github.com/heroku/heroku-buildpack-apt.git
  3. https://github.com/BlueTeaLondon/heroku-buildpack-libreoffice-for-heroku-18.git
  4. https://github.com/debitoor/heroku-buildpack-converter-fonts.git

When runnning libreoffice:

bash: libreoffice: command not found

Besides, no libreoffice folder in lib or binary in bin.

I'm using heroku 18.

vesatoivonen commented 5 years ago

This should install libreoffice under $HOME/vendor/libreoffice. Try running soffice instead of libreoffice

ghost commented 5 years ago

Thanks a lot! The soffice command really worked. Before I was trying to find the libreoffice folder to use with unoconv, but this was not needed since I could make the conversion to pdf with the libreoffice binary only. Then soffice --headless did it for me.

husainsayyed commented 4 years ago

i am getting below error

image