Closed geoffreyvanwyk closed 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)
The new versions of Luminus no longer use lein-ring plugin to start the server. The app should be started using lein run instead.
lein-ring
lein run
Thanks. I also had to run lein run migrate first.
lein run migrate
After cloning the repository, I executed:
But I got this error: