Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mana

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mana

  • 0.0.10
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

Mana

Configuration management with Chef & Capistrano

Installation

Step 1

Add this line to your application's Gemfile:

gem 'mana'

And then execute:

$ bundle

Or install it yourself as:

$ gem install mana

Step 2

Init project with Chef, Capistrano and Vagrant configs:

rake mana:install

Edit config/deploy.rb to provide application name, SCM repository etc. and Chef cookbook params.

Edit Vagrantfile to match your available Vagrant boxes and personal taste.

Edit Chef cookbooks under config/deploy/cookbooks directory to add software.

Usage

Setup all software on server:

cap <stage> mana:setup

where <stage> is server name. Individual stages can be added in config/deploy/ directory. See default vagrant stage for details.

Use ordinary cap deploy-like stuff for later deploys and cap mana:install for configuration upgrades.

Use cap -T mana to see useful stuff added after this.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

FAQs

Package last updated on 16 Mar 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc