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 =)
Awesome work! I thought Debian already carries Dancer. What's the difference? 2011/5/20 Иван Бессарабов <ivan@bessarabov.ru>
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<https://launchpad.net/%7Ebessarabov/+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
=) _______________________________________________ Dancer-users mailing list Dancer-users@perldancer.org http://www.backup-manager.org/cgi-bin/listinfo/dancer-users
Well, I use only ubuntu, so I don't know if the dancer is in the debian repositories. There is a small difference between package versions and dependencies in debian and ubuntu. I've build packages for ubuntu lucid (it has version 10.04) It is the latest ubuntu version with Long Term Support. This version will be supported until 2015-04. 20 мая 2011 г. 10:13 пользователь sawyer x <xsawyerx@gmail.com> написал:
Awesome work!
I thought Debian already carries Dancer. What's the difference?
2011/5/20 Иван Бессарабов <ivan@bessarabov.ru>
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
=) _______________________________________________ Dancer-users mailing list Dancer-users@perldancer.org http://www.backup-manager.org/cgi-bin/listinfo/dancer-users
Am 20.05.2011 08:22, schrieb Иван Бессарабов:
Well, I use only ubuntu, so I don't know if the dancer is in the debian repositories.
The current "stable" release of Debian does not contain "Dancer". But it is included in the "testing" release and further on. Some information on the different releases of Debian can be found here: http://www.debian.org/releases/ Greetings, Stefan
participants (3)
-
sawyer x -
Stefan Oberwahrenbrock -
Иван Бессарабов