Fork me on GitHub
#luminus
<
2017-01-18
>
minikomi03:01:01

Yep, checked java / javac versions.. they were different. Trying again after getting them in line now 🙂

minikomi03:01:06

Another thing I ran into.. I used to be able to start / stop the server using (start) & (stop) from the repl, but it seems like that was removed recently: https://github.com/luminus-framework/luminus-template/commit/df2266b7d8b272c6d23405e57e59ed52f292591a The docs still seem to point towards being able to do so: http://www.luminusweb.net/docs/repl.md Just wondering — is it because the server doesn’t really need it when developing, but routes & db might need to be reloaded? So, new workflow should be to call out to (mount #'project.core/http-server) directly?

minikomi03:01:24

Ah, fixing java versions worked :thumbsup: