Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mapkyca/mapkyca-known-docker-postgres
Development Known Docker install using Postgres
https://github.com/mapkyca/mapkyca-known-docker-postgres
Last synced: 7 days ago
JSON representation
Development Known Docker install using Postgres
- Host: GitHub
- URL: https://github.com/mapkyca/mapkyca-known-docker-postgres
- Owner: mapkyca
- Created: 2020-04-23T15:26:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-07T08:19:09.000Z (almost 4 years ago)
- Last Synced: 2024-11-05T01:34:50.493Z (9 days ago)
- Language: Dockerfile
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Marcus' Known Docker (Postgres edition)
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
* Author: Marcus Povey https://www.marcus-povey.co.uk