This repository was archived by the owner on Dec 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
install opensuse
stargieg edited this page Feb 13, 2013
·
8 revisions
Install couchapp
zypper install python-pip pip install couchapp
Install couchdb
zypper install couchdb
Install couchdb source
zypper source-install couchdb
Install geocouche make depends
zypper install erlang export COUCH_SRC=/usr/src/packages/SOURCES/apache-couchdb-1.2.0/src/couchdb/
Install geocouch
`
git clone https://github.com/couchbase/geocouch.git
cd geocouch
git checkout -b remotes/origin/couchdb1.2.x
git checkout couchdb1.2.x
make
cp etc/couchdb/default.d/geocouch.ini /etc/couchdb/default.d/
cp share/www/script/test/* /usr/share/couchdb/www/script/test/
mkdir -p /usr/local/ebin/
cp -a ebin/* /usr/local/ebin/
'
Restart the couchdb server ' service couchdb restart cat /var/log/couchdb/couchdb.stderr '