An open API service indexing awesome lists of open source software.

https://github.com/kitware/cdash-docker


https://github.com/kitware/cdash-docker

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# cdash-docker
Deploy a cdash instance with docker and zero guess work!

## How?

Build with docker:

```bash
docker build -t "kitware/cdash-docker" .
```

...or build with docker-compose

```bash
docker-compose build
```

## Deploy example application using docker-compose

See `docker-compose.yml` for an example of how to deploy using the
`cdash-docker` image. Add your own customizations, or deploy the example as-is!

```bash
docker-compose up -d
```

Check on your instance's status:

```bash
docker-compose ps
```

Once docker reports that cdash is "healthy", you're good to go! Browse your
cdash instance at `localhost:8080`.

## Container Variables

### `CDASH_CONFIG`

The contents, verbatim, to be included in the local CDash configuration file
(`/var/www/cdash/config/config.local.php`), excluding the initial `