arcanez / angerwhale forked from jrockway/angerwhale

This URL has Read+Write access

arcanez (author)
Wed May 27 13:13:33 -0700 2009
commit  e32e11fce0f4a8e150ca528a49a23dfdded67995
tree    0851c7471b721444dff45662f896ffc6dac3fc2f
parent  35842bc0373db6a13c548d9e262e93be6cd3bd22
angerwhale / README
100644 9 lines (7 sloc) 0.471 kb
1
2
3
4
5
6
7
8
9
This is Angerwhale, a Catalyst-based blogging package. Run
Makefile.PL and make test to get all the dependencies (and make sure
they work), and then run script/angerwhale_server.pl and visit
localhost:3000 to try it out. If you want to "productionize" Angerwhale,
running "make install" is probably not what you want to do. Please
refer to the Catalyst manual, and deploy Angerwhale as you see fit.
 
* AGAIN: RUNNING "MAKE INSTALL" IS PROBABLY NOT WHAT YOU WANT TO DO