Skip to content

Instantly share code, notes, and snippets.

@snarkyboojum
Created December 8, 2012 06:58
Show Gist options
  • Save snarkyboojum/4238999 to your computer and use it in GitHub Desktop.
Save snarkyboojum/4238999 to your computer and use it in GitHub Desktop.
Getting Dancer up and running from a base Amazon Linux AMI
$ cat build.sh
#!/bin/env bash
sudo yum -y update
sudo yum -y groupinstall "Development Tools"
sudo yum -y install perl-devel
curl -L http://cpanmin.us | perl - --sudo Dancer
curl -L http://cpanmin.us | perl - --sudo YAML
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment