Skip to content

Instantly share code, notes, and snippets.

View matt-sm's full-sized avatar

Matt Smith matt-sm

View GitHub Profile
@ndavison
ndavison / build.sh
Last active February 28, 2018 01:25
DTA marketplace dev build
#!/bin/bash
#
# Digital Marketplace dev environment build script.
#
# use brew to install the following before running this script:
#
# postgres 9.6.x
# nvm
# cairo
# pango

Overall install instructions for installing everything for DTA marketplace

Prerequisites

You'll need a dump of the staging database. Save this to staging.full.dump.sql.

Download repositories

$ mkdir dto
@db
db / bulletproof-git-workflow.md
Last active January 11, 2024 06:05
bulletproof git workflow

Bulletproof Git Workflow

start working

git checkout master
git pull
git checkout -b feature/my-work
# edit your files