Question

I created a yesod webapp using yesod init. During development I used yesod devel to run the warp server on debug mode. Now I've finished a preliminary version and I want to deploy it on ec2 amazon server. So for an Apache server I could do sudo service appache start to start the server, and the server can keep on running after I close of the terminal.

How do I put my application on warp server and run it (production mode)? Is there any good websites that can show a quick tutorial on this? I've been searching for sometime but no luck, the closes ones are The yesod book, this blog and haskellwiki.

Was it helpful?

Solution 2

This discussion board is really informative on how to run a Yesod web site on actual servers.

OTHER TIPS

You can consider following the recommendations in the deployment chapter, or using the Keter deployment system.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top