I'm reading the book "Web Development with Clojure...". On page 4 I entered the command 'leon ring server' and it returns an error message: 'ring' is not a task. See 'lein help'.

2014-05-16 Thread patrick lynch
I'm going thru the book "Web Development with Clojure...". I entered the following commands: lein new compojure-app guestbook It ran ok. I then ran: > lein ring server It returned the error message: 'ring' is not a task. See 'lein help'. Did you mean this? run I'd appreciate a

Re: I'm reading the book "Web Development with Clojure...". On page 4 I entered the command 'leon ring server' and it returns an error message: 'ring' is not a task. See 'lein help'.

2014-05-16 Thread patrick lynch
UTC-4, Gary Trakhman wrote: > > you have to be inside the guestbook dir. > > > On Fri, May 16, 2014 at 7:50 PM, patrick lynch > > > wrote: > >> I'm going thru the book "Web Development with Clojure...". >> I entered the following commands: >