#Permission denied error while installing PMM
1 messages · Page 1 of 1 (latest)
Please complete #938455615741775902 and someone from the community or one of our <@&938443185347244033> members will respond when they're available.
Including the meta.log from the beginning is a huge help use !logs for more information.
You're just entering the name of a directory. A directory can't be executed, so you get a permission error.
The next command you need to run is the docker run command a little bit further down:
There's a typo a little bit later in the latest wiki that will give you trouble; you should switch over to the nightly version of this page to avoid that:
https://metamanager.wiki/en/nightly/home/guides/docker.html
your next command:
docker run --rm -it -v "/Users/manuk/plex-meta-manager/config:/config:rw" meisnate12/plex-meta-manager --run
Its still throwing same error.
Those two things you are highlighting are not commands that you need to run.
The first one is showing what the output of pwd will be on each platform; the second shows what the config path will be on each platform. The next bit shows how to use that path in a docker run command.
Then there's an example of what woudl happen if you ran a docker run command right now, but even that isn't something you need to do right now.
Note that none of them say "type this into your terminal" like all the other commands you have been running.
The next command that the walthhrough actually expects you to run is a bit further down:
but nothing here is a command you need to type. This is all for informational purposes:
Oh okay. I shouldn't be running these commands. Thank you