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

https://github.com/michaelborn/boltondocker

A very customizable Bolt CMS image running courtesy of rossriley/docker-bolt
https://github.com/michaelborn/boltondocker

adminer bolt-cms docker mariadb php

Last synced: 21 days ago
JSON representation

A very customizable Bolt CMS image running courtesy of rossriley/docker-bolt

Awesome Lists containing this project

README

          

# Bolt CMS On Docker with MariaDB

Simple setup for Bolt CMS on MariaDB and Docker.

## Installation

1. Clone this repo.
1. Run `docker-compose -f docker-compose.yml up -d` to build the image initially.
1. To re-build the image (say, with any changes) run `docker-compose -f docker-compose.yml up -d`
1. Open `http://localhost:8000/` in your browser.

## Configuration

* `config/.env` stores the bolt database name, username and password config.
* `config/mariadb.env` stores env vars which are passed to the mariadb container.
* `config/bolt.env` stores env vars which are passed to the bolt container.
* `config/php.ini` stores custom PHP settings.

## The Stack

This repo uses

* [MariaDB][1] for the database.
* [Ross Riley's Bolt Docker Image][2], including PHP 7.0, Nginx and SqlLite. (Unused.)
* [Adminer][3] for database management through a web GUI

[1]: https://hub.docker.com/_/mariadb/
[2]: https://hub.docker.com/r/rossriley/docker-bolt/
[3]: https://github.com/dockette/adminer