Site Tools


informatique:web:bookstack

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
informatique:web:bookstack [2024/10/17 22:12] yahikoinformatique:web:bookstack [2025/03/13 11:50] (current) yahiko
Line 13: Line 13:
 Installer les paquets nécéssaires Installer les paquets nécéssaires
 <code bash> <code bash>
-apt install -y apache2 php php-{gd,mbstring,tokenizer,xml,curl,mysql} libapache2-mod-php mariadb-server mariadb-client git unzip+apt install -y apache2 php php-{gd,mbstring,tokenizer,xml,curl,mysql,zip} libapache2-mod-php mariadb-server mariadb-client git unzip certbot
 </code> </code>
  
Line 107: Line 107:
  
 ===== Installer Composer ===== ===== Installer Composer =====
-Installer Composer. On va l'installer globalement parce je ne sais pas ce que je fais.+Installer [[https://getcomposer.org/|Composer]]. On va l'installer globalement parce je ne sais pas ce que je fais.
  
 <code bash> <code bash>
Line 164: Line 164:
 On créé le vHost Apache On créé le vHost Apache
 <code bash> <code bash>
-nano /etc/apache2/site-available/bookstack.conf+nano /etc/apache2/sites-available/bookstack.conf
 </code> </code>
  
Line 223: Line 223:
 a2ensite bookstack.conf a2ensite bookstack.conf
 systemctl reload apache2 systemctl reload apache2
-</bash>+</code>
  
 ===== Profit ===== ===== Profit =====
informatique/web/bookstack.1729203150.txt.gz · Last modified: 2024/10/17 22:12 by yahiko