poorsmatic
poorsmatic copied to clipboard
trying to deploy...
go easy on me, i'm don't really have any idea what i'm doing. I'm trying to deploy poorsmatic to a running immutant:
lein with-profile prod immutant deploy
i've already started datomic with:
./bin/transactor config/samples/free-transactor-template.properties
Instead of
"datomic:free://localhost:4334/poorsmatic"
I see:
[immutant.repl] (MSC service thread 1-9) Starting swank for poorsmatic at 127.0.0.1:4005
@jonlorusso - lein with-profile prod ...
uses the prod profile for that invocation of lein. In order to tell Immutant to apply the profile at runtime, you'll need to deploy with lein immutant deploy -p prod
. Give that a try and let us know if it works for you.
That did the trick. Thanks Tobias.