Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 550 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 550 Bytes

Cookbooks for RoundCube

Vagrant setup

Server prep

The server should run Ubuntu Precise. Before starting, please ensure the latest updates have been applied.

  • apt-get update
  • apt-get upgrade
  • apt-get dist-upgrade
  • apt-get install ruby1.9.3 make git

Ruby setup

  • setup ~/.gemrc: echo "gem: --no-ri --no-rdoc" > ~/.gemrc
  • gem install chef

Installation

  • set live: true in dna.json
  • chef-solo -c /home/till/cookbooks/chef-solo/solo.rb