jeffhung / package-couchdb

Package couchdb in RPM/DEB formats.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package: couchdb

Package couchdb in RPM/DEB formats.

PS: DEB is not supported, yet.

Prerequisites

To build the packages, you need the following prerequisites:

And these utilities will be downloaded automatically:

Usage

Run the following command to build RPM package:

make rpm

Run the following command to build DEB package:

make deb

Run the following command to launch couchdb:

make run

Type make help to see more options.

$ make help
Usage: make [ TARGET ... ]

TARGET:

  help      - show this help message
  rpm       - package as RPM file (in builder)
  deb       - package as DEB file (in builder)
  run       - install and run the package (in runner)
  stop      - stop builder/runner instances
  clean     - delete all generated files
  distclean - delete all generated files and caches

Default TARGET is 'help'.

License

BSD

About

Package couchdb in RPM/DEB formats.


Languages

Language:Shell 57.9%Language:Makefile 42.1%