mapkyca/mapkyca-known-docker-postgres 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mapkyca/mapkyca-known-docker-postgres

最新稳定版本:1.1.2

Composer 安装命令:

composer require mapkyca/mapkyca-known-docker-postgres

包简介

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

README 文档

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:8089, 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-postgres --dev

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

Usage

  • cd /vendor/mapkyca/mapkyca-known-docker-postgres/
  • docker-compose up
  • Point your browser at localhost:8089 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-postgres/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

统计信息

  • 总下载量: 265
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: Dockerfile

其他信息

  • 授权协议: Unknown
  • 更新时间: 2020-04-23