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 any help.
Thank you

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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, 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:
>>
>> 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 any help.
>> Thank you
>>  
>> -- 
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clo...@googlegroups.com
>> Note that posts from new members are moderated - please be patient with 
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+u...@googlegroups.com 
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Clojure" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to clojure+u...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.