Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trying to deploy... #1

Open
jonlorusso opened this issue Dec 1, 2012 · 2 comments
Open

trying to deploy... #1

jonlorusso opened this issue Dec 1, 2012 · 2 comments

Comments

@jonlorusso
Copy link

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
@tobias
Copy link
Collaborator

tobias commented Dec 1, 2012

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

@jonlorusso
Copy link
Author

That did the trick. Thanks Tobias.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants