Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp