
This howto will help you setup your debian system to use the Seek You Too repository
We have repositories available for both etch (oldstable) and lenny (stable). To use it create a file /etc/apt/sources.list.d/cq2.list and add one of the following lines.
deb http://repository.cq2.org/debian/free etch main deb http://repository.cq2.org/debian/free lenny main
The repository is signed using Seek You Too's GPG key 4A442706, which can be downloaded here. Or from a public pgp keyserver. You can add this key with:
sudo apt-key add cq2_debian_key.asc
or combine downloading and registering:
wget -q -O- http://repository.cq2.org/debian/free/cq2_debian_key.asc | sudo apt-key add -
The key fingerprint is
7A72 338A 2DE0 1E26 4913 4E28 7FDA C785 4A44 2706 Seek You Too B.V. <info@cq2.org>
The repository is now added to your Debian installation. Verify by doing something like:
aptitude update aptitude search meresco
This should result in finding a package called python-meresco-components2.23. To install the meresco components package type:
aptitude install python-meresco-components2.23
For running the unittests that go with Meresco, please see the testing page.