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
passbolt [17/04/2023 - 09:45] – [Git Repo] thommie4passbolt [05/03/2024 - 10:52] (aktuell) – Externe Bearbeitung 127.0.0.1
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**
  
 <code> <code>
Zeile 13: Zeile 13:
 </code> </code>
  
-===== Install Script =====+**Dependencies**
  
-''sudo su -s /bin/bash -c "./bin/cake passbolt install" www-data '' +<code> 
-===== Dependencies =====+su -s /bin/bash -c "composer install --no-dev" www-data 
 +</code> 
 + 
 +**Install Script**
  
 <code> <code>
-sudo -u www-data composer install –no-dev+sudo su -s /bin/bash -c "./bin/cake passbolt install" www-data
 </code> </code>
 +
  
 ===== Health check ===== ===== Health check =====
Zeile 32: Zeile 36:
 <code> <code>
 ./bin/cake passbolt send_test_email --recipient=thommienw@gmail.com ./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> </code>
  
  • passbolt.1681724700.txt.gz
  • Zuletzt geändert: 05/03/2024 - 10:52
  • (Externe Bearbeitung)