cookbook 'gogs', '= 0.1.0'
gogs (4) Versions 0.1.0 Follow0
Installs and Configures a Go Git Service Server
cookbook 'gogs', '= 0.1.0', :supermarket
knife supermarket install gogs
knife supermarket download gogs
gogs
Installs gogs (Go Git Service). Which is essantailly a free self hosted Github.
Gogs will listen on port 3000. Configuration file management through this cookbook is on the way
Requirements
-
apt
cookbook -
systemd
cookbook -
ark
cookbook -
chef-sugar
cookbook
Recipes
default
Short Description
- Set up & updates apt using
apt::default
- Installs Git and Supervisord
- Downloads and installs gogs from Github
Usage
Include this recipe in a wrapper cookbook:
depends 'gogs', '~> 1.0'
include_recipe 'gogs::default'
Contributing
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests with
kitchen test
, ensuring they all pass - Submit a Pull Request using Github
License and Authors
Author:: Eddie Hurtig (eddie@hurtigtechnologies.com)
Dependent cookbooks
chef-sugar >= 0.0.0 |
ark >= 0.0.0 |
apt >= 0.0.0 |
supervisord ~> 1.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Change Log for gogs
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
Unreleased
Changed
- Improve argument against commit logs.
0.0.2 - YYY-MM-DD
Added
- Explanation of the recommended reverse chronological release ordering.
Changed
- Refer to a "change log" instead of a "CHANGELOG" throughout the site to differentiate between the file and the purpose of the file — the logging of changes.
Removed
- Remove empty sections from CHANGELOG, they occupy too much space and create too much noise in the file. People will have to assume that the missing sections were intentionally left out because they contained no notable changes.
0.0.1 - YYYY-MM-DD
Added
- This CHANGELOG file to hopefully serve as an evolving example of a standardized open source project CHANGELOG.
- CNAME file to enable GitHub Pages custom domain
- README now contains answers to common questions about CHANGELOGs
- Good examples and basic guidelines, including proper date formatting.
- Counter-examples: "What makes unicorns cry?"
Foodcritic Metric
0.1.0 failed this metric
FC031: Cookbook without metadata file: /tmp/cook/700c26aacac202bc0dd58e5e/gogs/metadata.rb:1
FC045: Consider setting cookbook name in metadata: /tmp/cook/700c26aacac202bc0dd58e5e/gogs/metadata.rb:1
0.1.0 failed this metric
FC045: Consider setting cookbook name in metadata: /tmp/cook/700c26aacac202bc0dd58e5e/gogs/metadata.rb:1