Unable to find /plugins dir

I have installed my first copy of Discourse. I am following the instructions for installing my first plugin using Install a Plugin However when I try to change dir using cd $home/plugins there is no directory for plugins in /home

I can see that docker_manager is already installed so I have searched for that plugin find / -name "docker_manager" that gives me

/var/lib/docker/overlay2/786932e9f0bcf492593c0a2c4db1887ea0ebd2c5a96e1cddf24f04ce2da214c5/diff/var/www/discourse/public/plugins/docker_manager
/var/lib/docker/overlay2/786932e9f0bcf492593c0a2c4db1887ea0ebd2c5a96e1cddf24f04ce2da214c5/diff/var/www/discourse/plugins/docker_manager
/var/lib/docker/overlay2/786932e9f0bcf492593c0a2c4db1887ea0ebd2c5a96e1cddf24f04ce2da214c5/diff/var/www/discourse/plugins/docker_manager/lib/docker_manager
/var/lib/docker/overlay2/786932e9f0bcf492593c0a2c4db1887ea0ebd2c5a96e1cddf24f04ce2da214c5/diff/var/www/discourse/plugins/docker_manager/app/controllers/docker_manager
/var/lib/docker/overlay2/786932e9f0bcf492593c0a2c4db1887ea0ebd2c5a96e1cddf24f04ce2da214c5/diff/var/www/discourse/plugins/docker_manager/app/views/docker_manager
/var/lib/docker/overlay2/fce1589efae34e826713addbcfdcfb26a9dcb4fc2693840c2be18fd713fa02d9/diff/var/www/discourse/public/plugins/docker_manager
/var/lib/docker/overlay2/fce1589efae34e826713addbcfdcfb26a9dcb4fc2693840c2be18fd713fa02d9/diff/var/www/discourse/plugins/docker_manager
/var/lib/docker/overlay2/fce1589efae34e826713addbcfdcfb26a9dcb4fc2693840c2be18fd713fa02d9/diff/var/www/discourse/plugins/docker_manager/lib/docker_manager
/var/lib/docker/overlay2/fce1589efae34e826713addbcfdcfb26a9dcb4fc2693840c2be18fd713fa02d9/diff/var/www/discourse/plugins/docker_manager/app/controllers/docker_manager
/var/lib/docker/overlay2/fce1589efae34e826713addbcfdcfb26a9dcb4fc2693840c2be18fd713fa02d9/diff/var/www/discourse/plugins/docker_manager/app/views/docker_manager
/var/lib/docker/overlay2/8557c017b034ecda7949176a532e5de5a0cd7a996f958ffacdb333b8b3772337/merged/var/www/discourse/public/plugins/docker_manager
/var/lib/docker/overlay2/8557c017b034ecda7949176a532e5de5a0cd7a996f958ffacdb333b8b3772337/merged/var/www/discourse/plugins/docker_manager
/var/lib/docker/overlay2/8557c017b034ecda7949176a532e5de5a0cd7a996f958ffacdb333b8b3772337/merged/var/www/discourse/plugins/docker_manager/lib/docker_manager
/var/lib/docker/overlay2/8557c017b034ecda7949176a532e5de5a0cd7a996f958ffacdb333b8b3772337/merged/var/www/discourse/plugins/docker_manager/app/controllers/docker_manager
/var/lib/docker/overlay2/8557c017b034ecda7949176a532e5de5a0cd7a996f958ffacdb333b8b3772337/merged/var/www/discourse/plugins/docker_manager/app/views/docker_manager
/var/lib/docker/overlay2/8557c017b034ecda7949176a532e5de5a0cd7a996f958ffacdb333b8b3772337/diff/var/www/discourse/public/plugins/docker_manager

Should I just create the dir /home/plugins ? Or is there something that I am missing in my steps?

I have found the problem. I missunderstood the process of eddting the app.yml file. There are some replys to the original article that are helpful.

3 Likes

I use overlay on my blog, but still strongly recommend you use aufs over overlay2 if possible. I tend to run really really high on disk space due to overlay2.

2 Likes