mapkyca/mapkyca-known-docker

There is no license information available for the latest version (1.1.2) of this package.

Docker container for a Known install in order to quickly get you going

Installs: 2 583

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Language:Dockerfile

1.1.2 2021-02-07 08:13 UTC

This package is auto-updated.

Last update: 2024-04-07 15:13:39 UTC


README

This is a composer installable docker instance for your Known install.

It is designed to quickly get you up and running with a development environment for playing around with Known.

It creates a docker install wrapping your current known instance, exposing a web server on localhost:8088, and using a separate database image.

Installation

  • Download and install docker
  • Add this docker image to known using composer composer require mapkyca/mapkyca-known-docker --dev

This will create a docker environment in /vendor/mapkyca/mapkyca-known-docker/

Usage

  • cd /vendor/mapkyca/mapkyca-known-docker/
  • docker-compose up
  • Point your browser at localhost:8088 and install in the usual way

Data storage

Files you upload will be stored in your Known install's "Uploads" directory.

Your database will be stored in /vendor/mapkyca/mapkyca-known-docker/db/run/.

IMPORTANT

This is designed to be used for temporary development, not production. I make no promises as to what happens to the database directory when doing composer updates.

If you care, back this up regularly!

See