RSS Git Download  Clone
..
  layouts disabled TT WRAPPER to allow layout to be defined in routes; bugfix - apphandler setting not available in tt so default index.tt cannot diplay value, needed to add as a token 4 months ago
  404.tt 2kB replaced Starman with plackup, not required for low-use app; added restart always to docker-compose file; no longer supplying title to templates, using appname; added README file for relevant deployment info 5 months ago
  gitlog.tt 1kB replaced git-log functions with Git::Wrapper; removed cpanfile.snapshot & .carmel/MySetup.pm from repo (too verbose) 5 months ago
  home.tt 3kB removed keywords as a function, they are redundant as search covers title and contents, keywords provides no additional value 4 months ago
  index.tt 5kB disabled TT WRAPPER to allow layout to be defined in routes; bugfix - apphandler setting not available in tt so default index.tt cannot diplay value, needed to add as a token 4 months ago
  login.tt 609B disabled TT WRAPPER to allow layout to be defined in routes; bugfix - apphandler setting not available in tt so default index.tt cannot diplay value, needed to add as a token 4 months ago
  summary.tt 1kB changed search view to summary page 4 months ago
  upload.tt 517B basic create new and search existing records functionality now complete; attempt to use DSL in model classes not working 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