-
Notifications
You must be signed in to change notification settings - Fork 44
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
Installation documents for rails #421
Comments
Hi, sadly nothing official really. It really depends in which environment you want to deploy it. You can take a look at how theforeman/foreman uses it for usage with rails and use that as a starting point. I'll be more than glad to answer any questions you might have and maybe we could then distill some proper docs from it. Nevertheless, if you stick to rails getting started in development should be pretty straightforward, this seemed to work for me just now adamruzicka/df-test@9a25e56 . Once you do that, you should be able to fire a rails console a do something like this
If you're not planning on using it together with rails, there are ways of embedding it into other ruby projects. |
@adamruzicka your application.rb is exactly what im looking for! It's interesting that I have to define a dynflow function in my application module to init dynflow! Would be nice if there was an initializer |
Hey all! I was wondering if there are any references for installation and configuring the gem ?
The text was updated successfully, but these errors were encountered: