I’m a guy who likes to play with Linux and the cloud. I work in IT for a bank. I’m a liberal. I’m constantly trying to learn new skills.

Owner of:
Mastodon: https://hear-me.social
Calckey: https://bostonsocial.online
Peerview: https://my-sunshine.video

he/him/his

  • 0 Posts
  • 1 Comment
Joined 1 year ago
cake
Cake day: June 3rd, 2023

help-circle
  • Has anyone tried creating a KBIN server using the Docker instructions since Saturday? I got a development server running on Saturday and I decided to bring up a production ready version on Sunday, but now I’m running into two errors while creating it.

    First:

    In these instructions:

    $ sudo chown 82:82 public/media
    $ sudo chown 82:82 var
    $ cp .env.example .env

    There is no directory “var” so the chown fails

    Second:

    When running docker compose build --pull --no-cache

    It now fails with this:

    => [php app_php 20/21] RUN rm -Rf docker/ 0.2s
    => ERROR [php app_php 21/21] RUN set -eux; mkdir -p var/cache var/log; if [ -f composer.json ]; then composer dump-autoload --classmap-authoritative --no-dev; compose …

    This also seems to relate to the var directory, and so must be part of a recent change in the build that relates to the var directory.

    Can anyone help?

    Thanks