Skip to content

Instantly share code, notes, and snippets.

@oalders
Created February 22, 2012 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oalders/1886356 to your computer and use it in GitHub Desktop.
Save oalders/1886356 to your computer and use it in GitHub Desktop.
TPM Website
git clone git@github.com:toronto-perl-mongers/tpm-website.git
cd tpm-website/
git submodule init
git submodule update
git checkout -b develop origin/develop
cpanm --installdeps .
perl bin/app.pl
# or, if you're fancy:
plackup bin/app.pl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment