문제

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