December '23 - Office Hours - Sugar Development with Docker containers - Recording

Parents
  • Hi  ,

    It's good to see the revival of this tool. I am trying to set Sugar v13 but the permission container is exiting with the error message "Permission Denied" while running the fix permission script. Is it something known and encountered by someone else? I am running it on a Mac with an M1 chip.

    I tried a couple of things, but the problem remains, and the installation never went through smoothly. Any ideas here?

  • hi  ,

    M1 chip is not a problem as long as you use our published images, it has been compiled and tested against those.

    If you're on Docker Desktop, you should be able to open the container sugar-cron and go to Files and browse to /var/www/html/sugar, that's our mounted directory that points to your sugar install in the SugarDockerized data/sugar folder, see it here.

    Docker must have access to that data/sugar folder (container to host) for the scripts to update their permissions.

    rafa

Comment
  • hi  ,

    M1 chip is not a problem as long as you use our published images, it has been compiled and tested against those.

    If you're on Docker Desktop, you should be able to open the container sugar-cron and go to Files and browse to /var/www/html/sugar, that's our mounted directory that points to your sugar install in the SugarDockerized data/sugar folder, see it here.

    Docker must have access to that data/sugar folder (container to host) for the scripts to update their permissions.

    rafa

Children