With great respect to Hugo Duncan forked from: https://github.com/pallet/pallet
This is the unstable development branch. See the stable branch for production code.
Pallet is used to provision and maintain servers on cloud and virtual machine infrastructure, and aims to solve the problem of providing a consistently configured running image across a range of clouds. It is designed for use from the Clojure REPL, from clojure code, and from the command line.
It uses jclouds to gain portable access to different cloud providers.
Documentation is available.
Pallet installation and configuration for various software packages is provided via crates. For pallet 0.4.x through 0.6.x, the crates are in the pallet-crates repo. For 0.7.x and on, each crate is in its own repository.
On the mailing list, or #pallet on freenode irc.
The main documentation is on the PalletOps site.
Pallet is distributed as a jar, and is available in the sonatype repository.
Installation is with maven or your favourite maven repository aware build tool.
:dependencies [[com.palletops/pallet "0.8.12"]]
<dependencies>
<dependency>
<groupId>com.palletops</groupId>
<artifactId>pallet</artifactId>
<version>0.8.12</version>
</dependency>
<dependencies>
<repositories>
<repository>
<id>clojars</id>
<url>http://clojars.org/repo</url>
</repository>
</repositories>
chef, and puppet are other infrastructure automation tools.
Licensed under EPL
Copyright 2010, 2011, 2012 Hugo Duncan.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close