Skip to content

ANXS/clojure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANXS - clojure Build Status

Ansible role which installs Clojure and leiningen.

Requirements & Dependencies

  • Tested on Ansible 1.3 or higher.

Variables

clojure_versions: ["1.5.1"]             # A list of clojure versions you want to have installed
clojure_default_version: "1.5.1"        # The clojure version you want to be the system default
clojure_leiningen_version: "2.3.4"      # The version of leiningen to install

Testing

This project comes with a VagrantFile, this is a fast and easy way to test changes to the role, fire it up with vagrant up

See vagrant docs for getting setup with vagrant

License

Licensed under the MIT License. See the LICENSE file for details.

Feedback, bug-reports, requests, ...

Are welcome!