Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cookbook | 11,769 | 2 months ago | 110 | apache-2.0 | ||||||
The Data Engineering Cookbook | ||||||||||
Flink Sql Cookbook | 594 | 7 months ago | 3 | apache-2.0 | Dockerfile | |||||
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 Books | 542 | a month ago | 1 | JavaScript | ||||||
Learn books from TCP/IP | HTTP(s) | HTML、CSS、JS、JQuery | Vue | PHP | Web | Web Server | ||||||||||
Apache2 | 277 | 21 days ago | 7 | apache-2.0 | Ruby | |||||
Development repository for the apache2 cookbook | ||||||||||
Camel Cookbook Examples | 222 | 3 years ago | 60 | apache-2.0 | Java | |||||
Example source code for Apache Camel Developer's Cookbook | ||||||||||
Awesome Chef | 134 | 7 years ago | 1 | |||||||
A curated list of amazingly awesome Chef resources | ||||||||||
Nagios | 124 | 20 days ago | 10 | apache-2.0 | Ruby | |||||
Development repository for the nagios cookbook | ||||||||||
Pyspark Cookbook | 76 | 4 months ago | mit | HTML | ||||||
PySpark Cookbook, published by Packt | ||||||||||
Gitorious Cookbooks | 74 | 10 years ago | 9 | Ruby | ||||||
Cookbooks collection for being used by Gitorious and chef-solo | ||||||||||
Apachekarafcookbook | 62 | 6 years ago | 6 | other | Java | |||||
Samples for Packt Publishing's Apache Karaf Cookbook |
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
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...