Freshen Docker install info (#540)

1 file changed
tree: fc1810f72d55f2e261e695d9d6dea1b58670343b
  1. .github/
  2. ext/
  3. images/
  4. rfcs/
  5. src/
  6. static/
  7. templates/
  8. .gitignore
  9. .travis.yml
  10. CONTRIBUTING.md
  11. Jenkinsfile
  12. LICENSE
  13. make.bat
  14. Makefile
  15. NOTICE
  16. README.md
  17. rebar.config
  18. requirements.txt
README.md

CouchDB Documentation Build Status

This repository contains the Sphinx source for Apache CouchDB's documentation. You can view the latest rendered build of this content at:

http://docs.couchdb.org/en/latest

Building this repo

Install Python3 and pip. Then:

$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
$ make html # builds the docs
$ make check # syntax checks the docs

Feedback, Issues, Contributing

General feedback is welcome at our user or developer mailing lists.

Apache CouchDB has a CONTRIBUTING file with details on how to get started with issue reporting or contributing to the upkeep of this project.