Created
August 10, 2012 19:27
-
-
Save creaktive/3317133 to your computer and use it in GitHub Desktop.
Ubuntu + Catalyst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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