RSS Git Download  Clone
..
  Class.pm 552B first phase of new content upload; using 'addcss' for targetted css files 5 months ago
  DB.pm 2kB bugfixes and modifications for docker hosting on deployment site 5 months ago
  Model.pm 2kB replaced git-log functions with Git::Wrapper; removed cpanfile.snapshot & .carmel/MySetup.pm from repo (too verbose) 5 months ago
  README.txt
requires development_local.yml & test_local.yml in environments dir to run tests and dev server $ ln -s production.yml deployment.yml # /etc/apache2/websites/volvox.online.ssl # documents library (check running port map in docker-compose.yml): ProxyPass /docs-lib http://localhost:5001/docs-lib ProxyPassReverse /docs-lib http://localhost:5001/docs-lib # reconfig timezone for GB: $ dpkg-reconfigure tzdata [select 8 then 27] OR [https://stackoverflow.com/questions/44331836/apt-get-install-tzdata-noninteractive]: ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y tzdata RUN unlink /etc/localtime RUN ln -s /usr/share/zoneinfo/Europe/London /etc/localtime ## to run: $ docker compose up -d ## to restart: $ docker compose [stop|start] documents_library https://volvox.online/docs-lib