Fork me on GitHub
#duct
<
2019-02-16
>
Chase00:02:25

has anyone actually done the duct tutorial from circleci that made the rounds a few days ago? https://circleci.com/blog/build-a-clojure-web-app-using-duct/

Chase00:02:20

I'm having some issues. The first issues seemed to be because they kept saying film-handler root directory but I think they meant the actual project's root directory film-ratings when setting up github and circleci. I could be wrong but I'm able to get a successful circleci build now that I changed those instructions though.

Chase00:02:45

I'm partway through where it has us delete the example page and build the index and template portion but now I can't get the server started when I restart the repl and after I input (dev) and then (go). I no longer get :duct.server.http.jetty/starting-server {:port 3000}

Chase00:02:09

it just says the :initiated part. And I'm stuck trying to figure out how to get that server going.

jahson08:02:35

Did you tried to input (reset) to the repl?

jahson08:02:21

Or *e? It’s possible that there is some exception happening silently.

jahson09:02:26

Also note that they used an older version of duct.

jahson11:02:49

I’ve migrated the project to duct 0.7.0 — https://github.com/jahson/blog-film-ratings

Chase13:02:54

thank you! It's a little weird they just released the tutorial now but it's already out of date and a little broken. Just the pace of web dev maybe. I restarted the repl but the behavior doesn't change. I could just clone yours but I never learn much from tutorials that way. This was just a little side diversion from learning anyways and I'm probably jumping the gun. Maybe I'll give Duct another look when I find I actually need a bigger scaffold to my basic web dev attempts. I'll save your repository for then. Thanks again!

lmergen19:02:58

I think I saw @weavejester mention on reddit that the tutorial is indeed outdated

lmergen19:02:40

they based it on last year’s duct