<div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div><div>I'm not sure if it answers your question, but: stack's installation doesn't have to be user-local, it just has to be somewhere that the user has write access to. The default in $HOME/.stack, but this can be overridden by setting the STACK_ROOT environment variable. So for example, this could work:<br><br></div>sudo mkdir /opt/stack<br></div>sudo chown git /opt/stack<br></div>export STACK_ROOT=/opt/stack<br></div>stack build hakyll<br><br></div><div>Using Docker will mean that you get all of the Stackage packages available without needing to compile them, and could be a great solution. Check out the Wiki page for more information on getting started with it:<br><br><a href="https://github.com/commercialhaskell/stack/wiki/Docker">https://github.com/commercialhaskell/stack/wiki/Docker</a><br></div></div></div></div></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 10, 2015 at 4:49 PM, Nicola Gigante <span dir="ltr"><<a href="mailto:nicola.gigante@gmail.com" target="_blank">nicola.gigante@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
Note, this is not a Hakyll question, after all.<br>
<br>
I’m trying to host a hakyll website on a CentOS 7 server.<br>
I want to replicate the setup I had with the previous site, made<br>
with Jekyll: at each push on the git repository (hosted on the same<br>
server), the branch is recompiled and deployed to the web server.<br>
<br>
I already have the git hooks in place etc… The problem is how to<br>
manage the installation of ghc, hakyll, and their dependencies.<br>
<br>
I really really wish to have a clean solution. I really like stack, but<br>
its “per-user” directories make me wonder. The site compilation has<br>
to be performed by the git user account, which does not have an<br>
home directory. Can I setup a stack installation of a set of packages<br>
and then point stack to use that and only that?<br>
<br>
Also, how about the integration with docker? Is it really so painless as<br>
it is advertised? If I’ve understood correctly, I could install the<br>
docker image with stackage packages already installed, and tell stack<br>
to use that image with docker, having the site compilation sandboxed.<br>
Is it feasible?<br>
<br>
Thank you for any advice,<br>
Nicola<br>
<br>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
</blockquote></div><br></div>