Skip to content

Instantly share code, notes, and snippets.

@troygnichols
troygnichols / run phoenix on amazon linux.sh
Last active October 21, 2016 18:36 — forked from eikes/run phoenix on amazon linux.sh
run phoenix on amazon linux
cd ~
# app deps
sudo yum -y install git
# erlang deps
sudo yum -y groupinstall "Development Tools"
sudo yum -y install ncurses-devel
sudo yum install -y fop
sudo yum install -y openssl-devel
#!/bin/sh
# --------------------------------------
# Copyright 2013 Jon Riddle
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions: