You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm having some trouble following the Try Unfiltered guide [0].
first
First, the play project is not working as expected. The first instruction, running the command:
curl https://raw.githubusercontent.com/foundweekends/conscript/master/setup.sh | sh
does not seem to do anything. After briefly looking at the code, I am unsure why it isn't installing anything at all. I should note, I do have coursier [1] installed as the cs and coursier binaries and are both in my PATH variable, maybe that's got something to do with it.
I should note I was able to run the giter8 tempate through sbt [2], like so:
sbt new unfiltered/unfiltered.g8 --name=justplayin
After that, I was able to follow through with the console stuff.
second
Second, the 'press Enter' to stop is not working. I am unsure if this is an issue with java, sbt, or unfiltered it self. I tried pressing [Enter] to stop the server, but it kept returning requests and keeping the port open, I also tried running [Ctrl+C] to stop the process but that did not work, so I put the process in the background with [Ctrl+Z] and then killed the process.
Hello, I'm having some trouble following the Try Unfiltered guide [0].
first
First, the play project is not working as expected. The first instruction, running the command:
does not seem to do anything. After briefly looking at the code, I am unsure why it isn't installing anything at all. I should note, I do have coursier [1] installed as the
cs
andcoursier
binaries and are both in my PATH variable, maybe that's got something to do with it.I should note I was able to run the giter8 tempate through sbt [2], like so:
After that, I was able to follow through with the console stuff.
second
Second, the 'press Enter' to stop is not working. I am unsure if this is an issue with java, sbt, or unfiltered it self. I tried pressing [Enter] to stop the server, but it kept returning requests and keeping the port open, I also tried running [Ctrl+C] to stop the process but that did not work, so I put the process in the background with [Ctrl+Z] and then killed the process.
The text was updated successfully, but these errors were encountered: