keter

Run Keter without GHC and cabal

我是研究僧i 提交于 2019-12-10 10:53:30
问题 I have a server and want to deploy my Yesod applications without installing GHC and Cabal. I am not sure if is possible: a Teacher told me that I must first compile Keter in my machine and, after that, put keter executable on the server, though I am not sure how to do that. 回答1: To build Keter, first you'll need to clone the sources from its GitHub repository. Then you'll need to set up a Haskell build environment and use cabal build or cabal install to build the sources. Personally, I use a

Run Keter without GHC and cabal

不羁岁月 提交于 2019-12-06 07:52:54
I have a server and want to deploy my Yesod applications without installing GHC and Cabal. I am not sure if is possible: a Teacher told me that I must first compile Keter in my machine and, after that, put keter executable on the server, though I am not sure how to do that. To build Keter, first you'll need to clone the sources from its GitHub repository . Then you'll need to set up a Haskell build environment and use cabal build or cabal install to build the sources. Personally, I use a Docker container derived from an image based on the following Dockerfile : FROM haskell:7.10.2 RUN apt-get