nixpkgs/nixos
timor f40b961378 couchdb: add support for version 2.0.0
Version 2.0.0 is installed as a separate package called "couchdb2".
When setting the config option "package" attribute to pkgs.couchdb2, a
corresponding service configuration will be generated.  If a previous
1.6 installation exists, the databases can still be found on the local
port (default: 5986) and can be replicated from there.

Note that single-node or cluster setup still needs to be configured
manually, as described in
http://docs.couchdb.org/en/2.0.0/install/index.html.
2017-03-06 11:42:02 +01:00
..
doc/manual Revert "nix-daemon: default useSandbox to true" 2017-02-14 14:13:39 -05:00
lib nixos tests: make getTTYText smart about tty size 2017-02-12 18:27:06 -05:00
maintainers
modules couchdb: add support for version 2.0.0 2017-03-06 11:42:02 +01:00
tests networking.bonds: add support for arbitrary driverOptions 2017-02-16 21:24:40 +01:00
COPYING
default.nix
README
release-combined.nix nixos: drop references to kde4 2017-02-11 14:01:13 -05:00
release-small.nix
release.nix pam_oath: require OATH and pam_unix credentials to be valid 2017-02-12 18:27:11 -05:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.