OpenDataDevOps / minus

Minus github-pages branch. Minus helps Open Data teams and projects go from zero to hero faster by automating away configuration pain.
opendatadevops.org
11 stars 6 forks source link

Add Drake support #5

Open nihonjinrxs opened 11 years ago

nihonjinrxs commented 11 years ago

Add support for the Drake tool by Factual.

Drake is a "make for data" written in Clojure. A couple options for deploying:

In either case, we should also deploy a command line tool that takes care of running the JAR file, as well as some built in docs on the Drake tools for those unfamiliar with them.

jlank commented 11 years ago

I started on this last night. Will push up my work in a new branch in my fork soon. I got lein installed and git on the vm so I should be pretty close, I was having trouble having puppet clone out a git repo to a particular directory.

nihonjinrxs commented 11 years ago

Great. Once you get the cloning out a different git repo figured out, post something for us as an example (maybe a gist) so we can use it for other things.

I'm thinking since we're starting with the minimal build, we should probably add things like Python and Ruby as well. I'll create feature requests for those too. If you have any other tools you'd like on there, create a github issue for each one.

jlank commented 11 years ago

Ruby should be on the box because vagrant and puppet depend on it. Also I believe python should come stock on centos, but I haven't confirmed that on our base box.

Sent from my iPhone

On Feb 24, 2013, at 7:42 PM, "Ryan B. Harvey" notifications@github.com wrote:

Great. Once you get the cloning out a different git repo figured out, post something for us as an example (maybe a gist) so we can use it for other things.

I'm thinking since we're starting with the minimal build, we should probably add things like Python and Ruby as well. I'll create feature requests for those too. If you have any other tools you'd like on there, create a github issue for each one.

— Reply to this email directly or view it on GitHub.

gregelin commented 11 years ago

Maybe we should start some ideas on the Wiki of what should be the box?

jlank commented 11 years ago

@gregelin I think a high level definition of what we want would be great in the wiki, then we can have specific tasks fall out of that and become issues and enhancement requests.

gregelin commented 11 years ago

@jlank Does pull request #12 close this issue?