Skip to content

Instantly share code, notes, and snippets.

@mootpointer
mootpointer / viewsource-slack-coc.md
Last active September 24, 2021 00:42 — forked from annalee/sample-slack-coc.md
View Source Code of Conduct

View Source Code of Conduct

Welcome!

View Source is a community of somewhat technical people who often are interested in building things for the web. We aim to be a place to talk about work, things we're interested in, and whatever else makes sense.

Currently @mootpointer is the active admin of the group

@mootpointer
mootpointer / run phoenix on amazon linux.sh
Created February 24, 2016 04:31 — forked from eikes/run phoenix on amazon linux.sh
run phoenix on amazon linux
# app deps
sudo yum install git
# erlang deps
sudo yum groupinstall "Development Tools"
sudo yum install ncurses-devel
# erlang
wget http://www.erlang.org/download/otp_src_18.1.tar.gz
tar -zxvf otp_src_18.1.tar.gz