Coder Social home page Coder Social logo

chef-crowd's Introduction

Crowd Cookbook

Chef cookbook Build Status

This cookbook installs Atlassian's Crowd. It defaults to using PostgreSQL for its DB and Nginx for its proxy.

It sets up a full working system after which you can run Atlassian's configuration wizard. If you want more influence, you can write a wrapper cookbook for your specific setup.

Supports

  • Ubuntu 14.04

Other platforms or versions may or may not work, but I've simply not tested them at this time. If your run this cookbook on another platform or version successfully, please let me know in GitHub issues.

Usage

crowd::default

Just include crowd in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[crowd]"
  ]
}

Attributes

These attributes are under the node['crowd'] namespace.

Attribute Description Type Default
home_path home directory String /var/atlassian/application-data/crowd
init_type JIRA init service type - "sysv" String sysv
install_path location to install String /opt/atlassian
install_type Install type - currently only "standalone" String standalone
version Version to install String 2.8.3
ssl Whether to use SSL to secure Crowd Boolean false
user user running Crowd String crowd
group group running Crowd String crowd

These attributes are under the node['crowd']['database'] namespace.

Attribute Description Type Default
type DB type to use - currently only postgresql String postgresql
host FQDN to DB machine or "localhost" for local installs String localhost
port DB port String 5432
name DB name String crowd
user DB user String crowd
password DB user password String changeit

Contributing

  1. Fork the repository on Github
  2. Create a named feature or bug branch (like add_component_x)
  3. Write your change
  4. Write ChefSpec / ServerSpec tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Licensed under MIT, see LICENSE for details.

Authors: Martijn van der Kleijn [email protected]

chef-crowd's People

Contributors

mvdkleijn avatar ojawel avatar roblperry avatar ramonskie avatar kljoel avatar

Watchers

James Cloos avatar

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.