Forum OpenACS Development: Re: OpenACS/NaviServer docker images using s6-overlay

Collapse
Posted by Gustaf Neumann on
Vlad, many thanks, it works now nicely, no conflicts with a pg instance running already on the same server.

I have just made a pull request for a small change to (a) fetch per tag (e.g. oacs-5-10) and to get the data from GitHub (provides tarballs per tag).

It would be probably also a good idea to activate in the base configuration already the "openacs-bootstrap3-theme" which improves the first user impression...

all the best
-gn

Collapse
Posted by Gustaf Neumann on
I have added the bootstrap3-theme and whats needed to use the Theme to the Dockerfile and updated the pull request.
Collapse
Posted by Vlad V on

fix: migrated oacs to version 5.10 and naviserver to version 4.99.21

Changes:

  • Dockerfile:
    • using git archive
    • using tag instead version
    • install openacs-bootstrap3-theme
    • install and configure extra OpenACS packages
  • Code:
    • avoid error message about not-yet-created tables for initial installs (rootfs/var/www/openacs/www/SYSTEM/openacs-test.tcl )
    • added missing file ( rootfs/usr/local/ns/conf/install-oacs-core-config.xml )
  • Docs:
    • fix some names (capitalize)
Collapse
Posted by Gustaf Neumann on
Dear Vlad, many thanks, this is very nice.

In case, you have not noticed, i've added more more pull request to the the naming of configuration variables more consistent (using always "OACS_" as prefix, and not "OA_" for the port). .. Just a small change, but better to be done, before too many instances depend on the naming.

all the best
-g