luminus-framework / guestbook

guestbook example
42 stars 19 forks source link

Starting server fails #5

Closed geoffreyvanwyk closed 9 years ago

geoffreyvanwyk commented 9 years ago

After cloning the repository, I executed:

$ lein ring server

But I got this error:

Exception in thread "main" java.io.FileNotFoundException: Could not locate ring/adapter/jetty__init.class or ring/adapter/jetty.clj on classpath., compiling:(ring/server/standalone.clj:1:1)

yogthos commented 9 years ago

The new versions of Luminus no longer use lein-ring plugin to start the server. The app should be started using lein run instead.

geoffreyvanwyk commented 9 years ago

Thanks. I also had to run lein run migrate first.