cdelorme / system-setup

Documentation and Scripts I use to ease setup, potentially fully automated.
23 stars 6 forks source link

Add couchdb #48

Closed cdelorme closed 8 years ago

cdelorme commented 9 years ago

I would like to add couchdb to the list of installed packages, but as of debian jessie it appears there is no-longer a couchdb package.

I don't like building raw software on production systems without having a suitable amount of knowledge about the software, so this addition will probably be delayed.

cdelorme commented 9 years ago

Dependent packages for building from source:

aptitude install -ryq build-essential erlang-base-hipe erlang-dev erlang-manpages erlang-eunit erlang-nox libicu-dev libmozjs185-dev libcurl4-openssl-dev

Still haven't had time to look through the build logic to figure out what changes with jessie. I may also have to create a sysvinit or systemd config file for it as well.

cdelorme commented 8 years ago

Canceling addition, couchdb is unwieldy.