mikegehard / haskell-api

A place I can play around building a Haskell API
MIT License
3 stars 1 forks source link

Deployment to CF #1

Open mikegehard opened 8 years ago

mikegehard commented 8 years ago

How can we deploy this app to PWS?

mikegehard commented 8 years ago

See: http://catdevrandom.me/blog/2013/05/16/buildpacks-in-cloud-foundry-v2/

Command cf push hasktest-mikegehard -b git://github.com/BrianMMcClain/heroku-buildpack-haskell.git fails with:

-----> Updating Cabal
cabal: error while loading shared libraries: libgmp.so.3: cannot open shared object file: No such file or directory
Failed to compile droplet
Exit status 223
Staging failed: Exited with status 223

FAILED
BuildpackCompileFailed

TIP: use 'cf logs hasktest-mikegehard --recent' for more information