20 May
2011
20 May
'11
6:05 a.m.
I prefer to install all libraries on production and even on development servers via debain package system. I've created the ppa https://launchpad.net/~bessarabov/+archive/star and placed there all perl modules that are needed by dancer. Now if you have clean ubuntu 10.04 install you only need to say: sudo apt-get install python-software-properties sudo add-apt-repository ppa:bessarabov/star sudo apt-get update sudo apt-get install libdancer-perl And after that you can run dancer apps =)