Skip to content

Instantly share code, notes, and snippets.

@antonvolkoff
antonvolkoff / setup.md
Last active January 16, 2018 12:48 — forked from shashankmehta/setup.md
Setup PHP 5.1 and Composer on OSX via Brew

First install Brew on your MAC

  • Setup Brew: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • brew update
  • brew tap homebrew/dupes
  • brew tap homebrew/php
  • Install PHP 7.1.+ brew install php71 --with-postgresql
  • Install mcrypt: brew install mcrypt php71-mcrypt
  • Finally, install composer: brew install composer
@antonvolkoff
antonvolkoff / True Trello Printer
Created November 29, 2016 15:43 — forked from mathiasrw/True Trello Printer
Ever wanted to print your Trello board? Export as JSON and paste it into the code.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>True Trello Printer</title>
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet">
<style>
body{margin:15%;}
.panel-body{