Coder Social home page Coder Social logo

clojure-maven's Introduction

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.

  • reuse configuration in development, testing and production.
  • store all your configuration in a source code management system (eg. git), including role assignments.
  • configuration is re-used by composition; just create new functions that call existing crates with new arguments. No copy and modify required.
  • enable use of configuration crates (recipes) from versioned jar files.

It uses jclouds to gain portable access to different cloud providers.

Documentation is available.

Crates

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.

Support

On the mailing list, or #pallet on freenode irc.

Usage

The main documentation is on the PalletOps site.

Installation

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.

lein project.clj

:dependencies [[com.palletops/pallet "0.8.12"]]

maven pom.xml

<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>

See also

chef, and puppet are other infrastructure automation tools.

License

Licensed under EPL

Contributors

Copyright 2010, 2011, 2012 Hugo Duncan.

clojure-maven's People

Contributors

dobladez avatar hugoduncan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

clojure-maven's Issues

Upgrade to org.apache.maven.plugins.annotations

Hello folks! ๐Ÿ˜„

Thanks for this, I have used it and liked it a lot!

I was checking a bit the code that generates the code from the annotations and I was wondering how much work would be necessary to migrate annotations to org.apache.maven.plugins.annotations aka Maven plugin 3.5.

Opinions?

Unable to get clojure-maven-mojo-descriptor-extractor

Hi,

I followed you documentation about clojure-maven plugin setup, but maven is unable to get clojure-maven-mojo-descriptor-extractor; it reports how it is not able to find clojure-maven-mojo-descriptor-extractor:jar:0.3.3.

I tried the same with Zi project (did a clone and 'mvn install'); report is the same.

Thanks.

Simulate mojo goal call?

Hello folks!

I am using the plugin for generating the mojo and while working in the repl I would like to ask if there is a way to call the mojo directly from it, so that I can see it in action.

This is my first maven plugin so I am not very familiar with it and I apologize in advance.

Thanks a lot!

Incorrect field name

Hello folks (again) ๐Ÿ˜

I have executed mvn clean site on a project with defmojo and have noticed that the field names are kind of off: they report the name of the Clojure bound symbol with underscores instead of dashes.

I then went to check the source and indeed this appears to be the culprit: it should either take the property name or the alias I guess when assigning.

Am I doing it right?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.