Skip to content

Instantly share code, notes, and snippets.

View jainnitin's full-sized avatar

Nitin Jain jainnitin

  • San Francisco Bay Area
View GitHub Profile
@jainnitin
jainnitin / setup-minikube-osx.sh
Last active September 11, 2017 17:04
Setup Minikube on Mac OSX Sierra
#!/bin/bash
# echo on; abort on errors
set -xe
# Install xhyve driver
if brew ls --versions docker-machine-driver-xhyve > /dev/null; then
echo docker-machine-driver-xhyve is already installed
else
brew install docker-machine-driver-xhyve --stable
@jainnitin
jainnitin / stash_slack_integration.md
Last active February 6, 2020 13:22 — forked from molaschi/stash_slack_integration.md
Integrate Stash with Slack using webhooks

This is a short article on how we integrate stash and slack

First of all i assume you have:

  • a working stash installation
  • a repository you to notify slack on pushes
  • stash user with administration priviledges
  • full access to the server (linux) where stash is installed on
  • a team configured on slack
  • slack user with administration priviledges