Can't find ./bin/cake

Few day ago I install passbolt by the script like in this manual: Passbolt Help | Install Passbolt CE on Ubuntu 20.04

Now I have to create a bulk of users and I’m trying to do with ./bin/cake add-user, but I can find the directory.

Does the script create the folder?

Thanks for reading!

Hi @user1818 Yes, the package installs the files to the different locations. You should be able to find it in /usr/share/php/passbolt.

Also, remember to run the commands as webserver user:

sudo su -s /bin/bash -c "./bin/cake {command}" www-data
1 Like

Thank you very much, it works!!

1 Like