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 Gary Trakhman
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: > > lein new compojure-app guestbook > > It ran ok. > > I then ran: > > > lein ring server > > It retu

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
...solved it - if anyone is reading this book - you're going to have to change your $PATH in order to get this to work. ...hope to see you all in the future - if anyone can recommend a Clojure User Group in NY/NJ area please let me know. thanks again On Friday, May 16, 2014 8:09:30 PM UTC-4, Ga

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-17 Thread Alejandro Ciniglio
http://www.meetup.com/Clojure-NYC/ On Friday, May 16, 2014 6:56:01 PM UTC-6, patrick lynch wrote: > > ...solved it - if anyone is reading this book - you're going to have to > change your $PATH in order to get this to work. > ...hope to see you all in the future - if anyone can recommend a Cloj