Gitorious Cookbooks

Cookbooks collection for being used by Gitorious and chef-solo
Alternatives To Gitorious Cookbooks
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Cookbook11,769
2 months ago110apache-2.0
The Data Engineering Cookbook
Flink Sql Cookbook594
7 months ago3apache-2.0Dockerfile
The Apache Flink SQL Cookbook is a curated collection of examples, patterns, and use cases of Apache Flink SQL. Many of the recipes are completely self-contained and can be run in Ververica Platform as is.
Free Web Books542
a month ago1JavaScript
Learn books from TCP/IP | HTTP(s) | HTML、CSS、JS、JQuery | Vue | PHP | Web | Web Server
Apache2277
21 days ago7apache-2.0Ruby
Development repository for the apache2 cookbook
Camel Cookbook Examples222
3 years ago60apache-2.0Java
Example source code for Apache Camel Developer's Cookbook
Awesome Chef134
7 years ago1
A curated list of amazingly awesome Chef resources
Nagios124
20 days ago10apache-2.0Ruby
Development repository for the nagios cookbook
Pyspark Cookbook76
4 months agomitHTML
PySpark Cookbook, published by Packt
Gitorious Cookbooks74
10 years ago9Ruby
Cookbooks collection for being used by Gitorious and chef-solo
Apachekarafcookbook62
6 years ago6otherJava
Samples for Packt Publishing's Apache Karaf Cookbook
Alternatives To Gitorious Cookbooks
Select To Compare


Alternative Project Comparisons
Readme

Install procedures

For installing Gitorious in latest Debian stable using Opscode Chef for a completely automated process, follow these instructions:

apt-get update
echo "gem: --no-rdoc --no-ri" > /etc/gemrc
apt-get install -y ruby ruby-dev libruby build-essential ssl-cert git
cd /tmp
wget http://production.cf.rubygems.org/rubygems/rubygems-1.4.2.tgz
tar zxf rubygems-1.4.2.tgz
ruby rubygems-1.4.2/setup.rb --no-format-executable
gem install chef

mkdir /etc/chef /root/chef-solo
wget -O /etc/chef/solo.rb https://gist.github.com/raw/847256/chef-gitorious-etc-solo.rb
wget -O /root/chef-solo/node.json https://gist.github.com/raw/847256/chef-gitorious-node-debian.json

First review the settings under /root/chef-solo/node.json. TODO: currently GMail is not supported as smtp relay server. Then procede with:

cd /root/chef-solo
git clone git://github.com/rosenfeld/gitorious-cookbooks.git cookbooks

chef-solo

Troubleshoot

If you have any problems, please fill the issue here.

If for some reason apache is not listening in port 443 after install, please restart apache manually:

invoke-rc.d apache2 restart

I have no idea why this happened to me once...

Bitdeli Badge

Popular Cookbook Projects
Popular Apache Projects
Popular Learning Resources Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Ruby
Apache
Chef
Cookbook