Passbolt
Forum https://community.passbolt.com/top/all
Installation (Distro-neutral) https://help.passbolt.com/hosting/install/ce/from-source
Installation (Ubuntu 18.04) https://help.passbolt.com/hosting/install/ce/ubuntu-18-04-bionic-beaver.html
Git Repo
git clone https://github.com/passbolt/passbolt_api.git
Dependencies
su -s /bin/bash -c "composer install --no-dev" www-data
Install Script
sudo su -s /bin/bash -c "./bin/cake passbolt install" www-data
Health check
sudo su -s /bin/bash -c "./bin/cake passbolt healthcheck" www-data
E-Mail Test
./bin/cake passbolt send_test_email --recipient=thommienw@gmail.com
Passbolt Docker
User anlegen
docker compose -f docker-compose-pro.yaml exec passbolt su -m -c "/usr/share/php/passbolt/bin/cake \
passbolt register_user \
-u admin@netzwissen.de \
-f Administrator \
-l Administrator \
-r admin" -s /bin/sh www-data