Skip to content

Instantly share code, notes, and snippets.

@creaktive
Created August 10, 2012 19:27
Show Gist options
  • Save creaktive/3317133 to your computer and use it in GitHub Desktop.
Save creaktive/3317133 to your computer and use it in GitHub Desktop.
Ubuntu + Catalyst
sudo apt-get install curl git libpq-dev libssl-dev
curl -kL http://install.perlbrew.pl | bash
echo "source ~/perl5/perlbrew/etc/bashrc" >> ~/.bash_profile
source ~/.bash_profile
perlbrew install perl-5.16.2
perlbrew switch perl-5.16.2
perlbrew install-cpanm
git clone [email protected]:creaktive/act-site.git
cd act-site
cpanm inc/Module/Install.pm
cpanm Module/Install/Catalyst.pm
cpanm --installdeps .
mkdir -p $HOME/mapserver/mapfiles
touch $HOME/mapserver/mapfile.tt
ACT_WEB_APP_CONFIG=act_web_app.conf script/act_web_app_server.pl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment