Skip to content

Instantly share code, notes, and snippets.

View bryangruneberg's full-sized avatar

Bryan Gruneberg bryangruneberg

View GitHub Profile
@bryangruneberg
bryangruneberg / Readme.md
Created February 3, 2021 01:52 — forked from tobybellwood/Readme.md
Rough Lagoon2 instructions

Cloning the repo

To set up Lagoon 2 as easily as possible, use the lagoon-charts repository from the uselagoon organisation

git clone git@github.com:uselagoon/lagoon-charts.git
cd lagoon-charts

Setting up the cluster

Create the KinD cluster to host this Lagoon (NB other k8s are a WIP)

#!/usr/bin/env bash
declare -a images
images[0]="php:7.2-fpm-alpine3.11"
images[1]="php:7.3-fpm-alpine3.11"
images[2]="php:7.4-fpm-alpine3.11"
declare -a desireVersions
desireVersions[0]="7.2.31"
desireVersions[1]="7.3.18"
fQ82bDjsxryHzxd

Keybase proof

I hereby claim:

  • I am bryangruneberg on github.
  • I am bryangruneberg (https://keybase.io/bryangruneberg) on keybase.
  • I have a public key ASB-23h-Cs6ANhOSmHYKo2Yo36DcorphmbbNAcvfxnqjaQo

To claim this, I am signing this object:

@bryangruneberg
bryangruneberg / objgrp.xml
Created February 20, 2017 15:45
Mobiliar Object Groups
<moduleReference multiplicity="M:N" name="ObjObjectGroupRef" size="1" targetModule="ObjectGroup">
<moduleReferenceItem moduleItemId="9" seqNo="0" uuid="72">
<formattedValue language="en">Ausstellung 2010 "Schwarzweiss..." - Exponate aus der Sammlung der Mobiliar und temporäre Projekte</formattedValue>
</moduleReferenceItem>
</moduleReference>
@bryangruneberg
bryangruneberg / config
Created February 1, 2017 06:07
amazeeio .ssh/config
host sa1.compact.amazee.io
ForwardAgent yes
SendEnv LANG LC_* GIT_*
host dev1.compact.amazee.io
ForwardAgent yes
SendEnv LANG LC_* GIT_*
Host amazeeio* *.amazee.io *.nine.ch
ForwardAgent yes
user.email=bryan@devspot.io
user.name=Bryan Gruneberg
push.default=matching
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.url=git@github.com:AmazeeLabs/mobiliar-art.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.dev.remote=origin