Skip to content

Instantly share code, notes, and snippets.

View GMaissa's full-sized avatar

Guillaume Maïssa GMaissa

View GitHub Profile
@GMaissa
GMaissa / .git-commit-template.txt
Last active February 8, 2018 09:26 — forked from adeekshith/.git-commit-template.txt
Enforce good commit message practices across teams.
# |<---- Using a Maximum Of 50 Characters ---->|
# Explain why this change is being made
# |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->|
# Provide links or keys to any relevant tickets, articles or other resources
# Example: Github issue #23
# --- COMMIT END ---
@GMaissa
GMaissa / MacSetup.md
Last active February 8, 2018 09:25
My Mac setup
@GMaissa
GMaissa / Vagrantfile
Last active October 16, 2015 04:59
Initialize an eZ Publish demo environment using Ansible and Vagrant
# -*- mode: ruby -*-
# vi: set ft=ruby :
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# Debian test box
config.vm.box = "puphpet/debian75-x64"
@GMaissa
GMaissa / .gitignore
Last active September 20, 2015 21:19
Initialize Rubedo demo environment using Ansible and Vagrant
group_vars
@GMaissa
GMaissa / Jenkins-docker-wheezy-installer
Last active June 15, 2024 20:30
Installation script for Jenkins+Docker on Debian Wheezy
# Update wheezy kernel as it requires at least a kernel 3.11.x
echo "deb http://http.debian.net/debian wheezy-backports main" >> /etc/apt/sources.list
aptitude update
aptitude install -y -t wheezy-backports linux-image-amd64
mv /etc/grub.d/06_OVHkernel /root/
update-grub
reboot
# Install jenkins
echo "deb http://pkg.jenkins-ci.org/debian binary/" > /etc/apt/sources.list.d/jenkins.list
@GMaissa
GMaissa / kibana-magento
Created April 11, 2014 21:40
Kibana dashboard for Magento
{
"title": "Magento",
"services": {
"query": {
"list": {
"0": {
"query": "*",
"alias": "",
"color": "#7EB26D",
"id": 0,
@GMaissa
GMaissa / kibana-ezpublish
Created April 11, 2014 21:08
Kibana dashboard config for eZ publish access log
{
"title": "eZpublish",
"services": {
"query": {
"list": {
"0": {
"query": "*",
"alias": "",
"color": "#7EB26D",
"id": 0,