[Haskell-cafe] Deploying Scotty App to AWS

Konstantine Rybnikov k-bx at k-bx.com
Sat Jan 10 12:28:46 UTC 2015


Also, just for making this super-clear to reproduce, I would advice to
express a problem as a Dockerfile that lets you reproduce the problem in a
one command.

Thanks.

On Sat, Jan 10, 2015 at 4:02 AM, Stephen Portanova <sportano at gmail.com>
wrote:

> I'm having trouble running my Scotty binary on amazon web services...
>
> I'm using Ubuntu 15.04, this gist (
> https://gist.github.com/yantonov/10083524) to install the haskell
> platform dependencies, and then I do a git pull to my repo and build my
> binary.
>
> Everything compiles, but when I do ./cabal-sandbox/bin/app or
>
> ./dist/build/app/app, nothing happens. No error messages or anything - the
> terminal just goes to the next line and hangs (on my Mac development
> machine the server starts up fine and prints a startup message).
>
> Any ideas or experience with deploying Scotty / Haskell apps would be
> really appreciated, thanks!
>
> - Stephen
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20150110/d2ec1317/attachment.html>


More information about the Haskell-Cafe mailing list