This repository has been archived on 2021-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Dockerfiles/presentator
Dryusdan 789e6d7962 update 2017-09-11 15:53:29 +02:00
..
rootfs remove useless conf 2017-07-07 10:12:24 +02:00
Dockerfile Add SSL smtp 2017-06-08 11:18:07 +02:00
Dockerfile.git remove useless conf 2017-07-07 10:12:24 +02:00
Dockerfile.wget remove useless conf 2017-07-07 10:12:24 +02:00
README.md correction of README 2017-06-08 15:00:43 +02:00

README.md

Presentator.io

Presentator.io is a web design presentation and collaboration platform. This image is based on xataz/nginx-php

How to get it ?

docker pull dryusdan/presentator.io or docker build -t dryusdan/presentator.io https://github.com/Dryusdan/Dockerfiles.git#:php/presentator

Configuration

Environments

Volumes

For persistance

  • /presentator/app/web/assets
  • /presentator/app/web/uploads
  • /presentator/app/runtime
  • /presentator/api/runtime

Usage

docker run \
--name presentator \
-v /mtn/docker/presentator/app/web/assets:/presentator/app/web/assets \
-v /mtn/docker/presentator/app/web/uploads:/presentator/app/web/uploads \
-v /mtn/docker/presentator/app/runtime:/presentator/app/runtime \
-v /mtn/docker/presentator/api/runtime:/presentator/api/runtime \
--restart always dryusdan/presentator

More info

Installation guide