Skip to content

jp/chef_repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download cookbooks - update the submodules

git submodule update --init

Install and launch vagrant

gem install vagrant

vagrant up

Setup SSH on vragrant to use PK authentication

cat ~/.ssh/id_rsa.pub | ssh [email protected] "cat >> ~/.ssh/authorized_keys; chmod 600 ~/.ssh/authorized_keys"

Password is vagrant, see http://docs-v1.vagrantup.com/v1/docs/base_boxes.html

Setup chef locally and cook vagrant

gem install knife-solo

knife solo prepare [email protected]

knife solo cook [email protected] nodes/default.json

Issue with Postgres localization

Vagrant issue with posgresql

http://www.softr.li/blog/2012/05/22/chef-recipe-to-install-a-postgresql-server-on-a-machine-configured-with-en_us-locales

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages