Updated Table of Contents

This commit is contained in:
Jacques Faulkner
2025-06-27 10:39:13 +01:00
committed by GitHub
parent 39340c1e1b
commit 341f0ab12d

View File

@@ -5,10 +5,15 @@
- [Setup a CouchDB server](#setup-a-couchdb-server) - [Setup a CouchDB server](#setup-a-couchdb-server)
- [Table of Contents](#table-of-contents) - [Table of Contents](#table-of-contents)
- [1. Prepare CouchDB](#1-prepare-couchdb) - [1. Prepare CouchDB](#1-prepare-couchdb)
- [A. Using Docker container](#a-using-docker-container) - [A. Using Docker](#a-using-docker)
- [1. Prepare](#1-prepare) - [1. Prepare](#1-prepare)
- [2. Run docker container](#2-run-docker-container) - [2. Run docker container](#2-run-docker-container)
- [B. Install CouchDB directly](#b-install-couchdb-directly) - [B. Using Docker Compose](#b-using-docker-compose)
- [1. Prepare](#1-prepare-1)
- [2. Creating Compose file](#2-create-a-docker-composeyml-file-with-the-following-added-to-it)
- [3. Boot check](#3-run-the-docker-compose-file-to-boot-check)
- [4. Starting Docker Compose in background](#4-run-the-docker-compose-file-in-the-background)
- [C. Install CouchDB directly](#c-install-couchdb-directly)
- [2. Run couchdb-init.sh for initialise](#2-run-couchdb-initsh-for-initialise) - [2. Run couchdb-init.sh for initialise](#2-run-couchdb-initsh-for-initialise)
- [3. Expose CouchDB to the Internet](#3-expose-couchdb-to-the-internet) - [3. Expose CouchDB to the Internet](#3-expose-couchdb-to-the-internet)
- [4. Client Setup](#4-client-setup) - [4. Client Setup](#4-client-setup)