Skip to content

Commit

Permalink
Update README (moving sections)
Browse files Browse the repository at this point in the history
  • Loading branch information
kowh-ai committed Feb 8, 2023
1 parent ec9ec42 commit b841879
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@


* [Overview](#overview)
* [docker compose vs docker-compose](#docker-compose-vs-docker-compose)
* [Installing Docker](#installing-docker)
* [docker compose vs docker-compose](#docker-compose-vs-docker-compose)
* [Install CKAN plus dependencies](#install-ckan-plus-dependencies)
* [Development mode](#development-mode)
* [Create an extension](#create-an-extension)
Expand Down Expand Up @@ -33,19 +33,19 @@ The non-CKAN images are as follows:

The site is configured using environment variables that you can set in the `.env` file.

## docker compose vs docker-compose

All Docker Compose commands in this README will use the V2 version of Compose ie: `docker compose`. The older version (V1)
used the `docker-compose` command. Please see [Docker Compose](https://docs.docker.com/compose/compose-v2/) for
more information.

## Installing Docker

Install Docker by following the following instructions: [Install Docker Engine on Ubuntu](https://docs.docker.com/engine/install/ubuntu/)

To verify a successful Docker installation, run `docker run hello-world` and `docker version`. These commands should output
versions for client and server.

## docker compose vs docker-compose

All Docker Compose commands in this README will use the V2 version of Compose ie: `docker compose`. The older version (V1)
used the `docker-compose` command. Please see [Docker Compose](https://docs.docker.com/compose/compose-v2/) for
more information.

## Install CKAN plus dependencies

Copy the included `.env.example` and rename it to `.env` - modify it depending on your own needs.
Expand Down

0 comments on commit b841879

Please sign in to comment.