Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anxs/clojure
Ansible role for clojure
https://github.com/anxs/clojure
Last synced: about 1 month ago
JSON representation
Ansible role for clojure
- Host: GitHub
- URL: https://github.com/anxs/clojure
- Owner: ANXS
- License: mit
- Created: 2014-03-14T08:31:13.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-09T07:15:43.000Z (over 9 years ago)
- Last Synced: 2024-03-27T11:22:46.244Z (9 months ago)
- Language: Shell
- Size: 203 KB
- Stars: 1
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ANXS - clojure [![Build Status](https://travis-ci.org/ANXS/clojure.png)](https://travis-ci.org/ANXS/clojure)
Ansible role which installs [Clojure](http://clojure.org/) and [leiningen](http://leiningen.org/).
#### Requirements & Dependencies
- Tested on Ansible 1.3 or higher.#### Variables
```yaml
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](https://docs.vagrantup.com/v2/) for getting setup with vagrant
#### License
Licensed under the MIT License. See the LICENSE file for details.
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/ANXS/clojure/issues)!