项目作者: michaeleino

项目描述 :
resourcespace on linux alpine
高级语言: Dockerfile
项目地址: git://github.com/michaeleino/resourcespace-alpine.git
创建时间: 2019-09-23T19:26:13Z
项目社区:https://github.com/michaeleino/resourcespace-alpine

开源协议:GNU General Public License v3.0

下载


resourcespace

Resourcespace on linux alpine 3.12

using Nginx Webserver,PHP-fpm, crond and supervisor to monitor the processes
mount -v /var/log/rs-docker:/var/log
need to create nginx and php7 for each to be able to write logs.
mkdir -p /var/log/rs-docker/{nginx,php7}

mount the conf filestore
-v /host/path/config.php:/var/www/resourcespace/include/config.php
to be able to set configuration from outside the container.

the nginx listen internally on port:80
so to map port 8080 from host add
-p8080:80

installed pkgs are:

  1. imagemagick
  2. ffmpeg
  3. ghostscript
  4. exiftool
  5. antiword
  6. xpdf
  7. perl-image-exiftool
  8. subversion
  9. mariadb-client
  10. php7-gd
  11. php7-dev
  12. php7-mysqli
  13. php7-mbstring
  14. php7-zip
  15. php7-xml
  16. php7-ldap
  17. php7-intl
  18. php7-curl
  19. php7-fpm
  20. nginx
  21. supervisor