passbolt

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Letzte ÜberarbeitungBeide Seiten der Revision
passbolt [28/02/2019 - 11:30] thommie3passbolt [27/06/2023 - 13:30] – [Passbolt Docker] thommie4
Zeile 7: Zeile 7:
 Installation (Ubuntu 18.04) [[https://help.passbolt.com/hosting/install/ce/ubuntu-18-04-bionic-beaver.html|https://help.passbolt.com/hosting/install/ce/ubuntu-18-04-bionic-beaver.html]] Installation (Ubuntu 18.04) [[https://help.passbolt.com/hosting/install/ce/ubuntu-18-04-bionic-beaver.html|https://help.passbolt.com/hosting/install/ce/ubuntu-18-04-bionic-beaver.html]]
  
-===== Git Repo =====+**Git Repo**
  
-''git clone [[https://github.com/passbolt/passbolt_api.git|https://github.com/passbolt/passbolt_api.git]]''+<code> 
 +git clone https://github.com/passbolt/passbolt_api.git 
 +</code>
  
-===== Install Script =====+**Dependencies** 
 + 
 +<code> 
 +su -s /bin/bash -c "composer install --no-dev" www-data 
 +</code> 
 + 
 +**Install Script** 
 + 
 +<code> 
 +sudo su -s /bin/bash -c "./bin/cake passbolt install" www-data 
 +</code>
  
-''sudo su -s /bin/bash -c "./bin/cake passbolt install" www-data '' 
-===== Dependencies ===== 
  
-''sudo -u www-data composer install –no-dev '' 
 ===== Health check ===== ===== Health check =====
  
-''sudo su -s /bin/bash -c "./bin/cake passbolt healthcheck" www-data''+<code> 
 +sudo su -s /bin/bash -c "./bin/cake passbolt healthcheck" www-data 
 +</code> 
 ===== E-Mail Test ===== ===== E-Mail Test =====
  
-''./bin/cake passbolt send_test_email recipient=youremail@domain.com''+<code> 
 +./bin/cake passbolt send_test_email --recipient=thommienw@gmail.com 
 +</code> 
 + 
 +===== Passbolt Docker ===== 
 + 
 +User anlegen
  
 +<code>
 +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
 +</code>
  
  • passbolt.txt
  • Zuletzt geändert: 05/03/2024 - 10:52
  • von 127.0.0.1