Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 987 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 987 Bytes

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!