11.23
CouchApp is a python tool to help develop, upload and clone applications meant for couchDb. Those applications are also known as “couchApps”.
- CouchDb: http://couchdb.apache.org/
- CouchApp: http://couchapp.org/page/index
The following recipe is used to install couchapp on Ubuntu 10.04. To use couchapp, you probably first need to install “couchdb”, but this is readily available from the usual repositories.
The issue in installing couchapp on Ubuntu 10.04 is that one needs to rely on some personal packages made available via launchpad.net.
Warning: This recipe installs keys from developers on your platform. From this point on, your platform will trust packages made available from those individuals.
From a high level view, two packages are required:
- add-apt-repository: utility tool to easily add a new repository
- couchapp : the python tool itself
- python-restkit: a python library that couchapp is dependent on
Installing add-apt-repository
Installing python-restkit
sudo apt-get update
sudo apt-get install python-restkit
Installing couchapp
sudo apt-get update
sudo apt-get install couchapp