I purchased a wildcard SSL certificate from Go Daddy and have followed the blog for SSL installation:
I have a one-click Discourse from Docker image in Digital Ocean. Any help will be appreciated.
Did everything as per the instruction. When I run the command “./launcher rebuild app” I am getting the error below.
What does this mean?
FAILED
Pups::ExecError: cd /var/www/discourse && bash -c "ln -s /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log /var/www/discourse/log" failed with return #<Process::Status: pid 4279 exit 1>
Location of failure: /pups/lib/pups/exec_command.rb:112:in `spawn’
exec failed with the params {"cd"=>"$home", "hook"=>"code", "cmd"=>["git reset --hard", "git clean -f", "git remote set-branches --add origin master", "git pull", "git fetch origin $version", "git checkout $version", "mkdir -p tmp/pids", "mkdir -p tmp/sockets", "touch tmp/.gitkeep", "mkdir -p /shared/log/rails", "bash -c "touch -a /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log"", "bash -c "ln -s /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log $home/log"", "bash -c "mkdir -p /shared/{uploads,backups}"", "bash -c "ln -s /shared/{uploads,backups} $home/public"", "bash -c "mkdir -p /shared/tmp/{backups,restores}"", "bash -c "ln -s /shared/tmp/{backups,restores} $home/tmp"", "chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp"]}
eac99c52aa1c499e6f4e56bd9b439d59615a58c14fb8b8eb97f6245958a8862d
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one