- Notifications
You must be signed in to change notification settings - Fork790
ClojureScript Puppet Manifest
Fogus edited this pageJan 9, 2013 ·6 revisions
Below is aPuppet manifest to get ClojureScript up and running.
You might use this in aVagrant Virtual Machine setup, for example.
classlucid32{package{"git-core":ensure=>present,}package{"curl":ensure=>present,}package{"libssl-dev":ensure=>present,}package{"libreadline5-dev":ensure=>present,}# package{"default-jdk":# ensure => present,# }package{"unzip":ensure=>present,}}
Please note that thedefault-jdk
line was commented out. Due to a bug in ClosureScript (reference:mailing list archive) you shouldnot use this JDK (at least at this writing - July 23, 2011)
The solution is to install the Oracle JDK (manually, because - at least on the Ubuntu VM I was working in - you need to uncomment out an APT(-GET) source. Seethese excellent instructions on installing Oracle JDK on Ubuntu
- Rationale
- Quick Start
- Differences from Clojure
- [Usage of Google Closure](Google Closure)