Thanks for all the quick replies. I should've mentioned that I'm
already using leiningen, so the problem isn't so much getting the
dependencies and building the application as it is figuring out a way
to get inside the code and play with it a bit. I'd like to be able to
load the source files, execute member functions, and just get a feel
for what's going on internally. What sort of method do you all use for
exploring open source projects? Do you just read the source code, or
do you load it and test it out?

Thanks,

Daniel

On Mar 30, 6:50 pm, Matt <macourt...@gmail.com> wrote:
> If you're not stuck on using Compojure, you can try Conjure which will
> includes all of the dependencies in the jar.
>
> To start a hello world app:
>
> 1. Download conjure.jar from:http://github.com/macourtney/Conjure/downloads
> 2. java -jar conjure.jar hello_world
> 3. cd hello_world
> 4. ./run.sh script/server.clj
> 5. Point your browser athttp://localhost:8080/
> 6. Profit!
>
> There is a tutorial for Conjure 
> at:http://wiki.github.com/macourtney/Conjure/hello-world-tutorial-2
>
> -Matt Courtney

-- 
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

To unsubscribe, reply using "remove me" as the subject.

Reply via email to