1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-17 06:52:27 +01:00

fix table of contents

This commit is contained in:
Nicolas Florentin 2017-07-20 17:15:20 +02:00
parent e855fb18e5
commit 5305ff4c8f

View File

@ -6,26 +6,26 @@ In order to make it work, please use the same directories structure as described
##### Table of contents
1. [Preliminary steps](#preliminary-steps)
1.1 [docker/env file](#docker-env)
1.2 [docker/nginx_with_ssl.conf.example file](#nginx-conf)
1.3 [setup the server](#setup-server)
1.4 [buy a domain name and link it with the droplet](#buy-domain-link-droplet)
1.5 [connect to the droplet via SSH](#connect-to-droplet)
1.6 [create SWAP file in coreOs](#create-swap-file)
1.7 [setup folders and env file](#setup-folders-env-file)
1.8 [SSL certificate with LetsEncrypt](#ssl-certificate-letsencrypt)
1.9 [install docker-compose](#install-docker-compose)
1.1. [docker/env file](#docker-env)
1.2. [docker/nginx_with_ssl.conf.example file](#nginx-conf)
1.3. [setup the server](#setup-server)
1.4. [buy a domain name and link it with the droplet](#buy-domain-link-droplet)
1.5. [connect to the droplet via SSH](#connect-to-droplet)
1.6. [create SWAP file in coreOs](#create-swap-file)
1.7. [setup folders and env file](#setup-folders-env-file)
1.8. [SSL certificate with LetsEncrypt](#ssl-certificate-letsencrypt)
1.9. [install docker-compose](#install-docker-compose)
2. [Deployment](#deployment)
2.1 [pull images](#pull-images)
2.2 [setup database](#setup-database)
2.3 [build assets](#build-assets)
2.4 [prepare Elasticsearch (search engine)](#prepare-elastic)
2.5 [start all services](#start-services)
2.1. [pull images](#pull-images)
2.2. [setup database](#setup-database)
2.3. [build assets](#build-assets)
2.4. [prepare Elasticsearch (search engine)](#prepare-elastic)
2.5. [start all services](#start-services)
3. [Generate SSL certificate by Letsencrypt](#generate-sll-cert-letsencrypt)
4. [Docker utils](#docker-utils)
5. [Fabmanager update](#update-fabmanager)
5.1 [Steps](#update-steps)
5.2 [Good to know](#good-to-know)
5.1. [Steps](#update-steps)
5.2. [Good to know](#good-to-know)
## Preliminary steps
<a id="preliminary-steps"></a>