Skip to content

Commit

Permalink
Added Docker/Podman Setup to README
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Jan 20, 2024
1 parent ff915bb commit ab447ae
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,24 @@ ReBenchDB isn't
- a statistics library:
We currently use R for our statistic needs, but anything outputting HTML would be suitable.

## Docker/Podman Setup

The repository contains a `Dockerfile` and a `docker-compose.yml`, which will
install all dependencies and setup the required PostgreSQL database.

With Docker, this should be usable with:

```bash
docker compose -f ./docker-compose.yml up
```

For Podman users, podman-compose is needed:

```bash
pip3 install podman-compose # if not already available
podman-compose up
```

## Installation and Usage

<a id="install"></a>
Expand Down

0 comments on commit ab447ae

Please sign in to comment.