iriscouch / build-couchdb

Batteries-included CouchDB build system
227 stars 36 forks source link

rpm package for a CouchDB version for production boxes #32

Closed sanchitbahal closed 12 years ago

sanchitbahal commented 12 years ago

Is there a way I can create an rpm package for a particular CouchDB version? I do not want to pollute my production box with all the dev-related (e.g., compiler) stuff.

Or is there any alternate mechanism?

Thanks, Sanchit Bahal

jhs commented 12 years ago

Sure, the install= option to Rake will tell build-couchdb where to put all the final files. You can package that up using whatever tools you like, then install it on any similar computer. One note, though: when CouchDB compiles, it hard-codes some of those paths into its programs; thus, you need to install the CouchDB directory to the same location on every computer.