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.

有帮助吗?

解决方案 2

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

其他提示

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top