Closed decentral1se closed 7 years ago
thanks for reporting this.
i think the issue is that stack install
does not keep the build artifacts under ./dist
where runhaskell
is looking for them. so you can try any of these two things:
$HOME/.local/bin/aula-server
executable instead of make aula-server
stack build ...
instead of (or after) the stack install ...
from the instructions.let me know if that works and i'll fix the README. of course another PR would be appreciated as well. (-:
Coming to the final step after the Getting Started with Docker section, I got the following error: