Maj de la quincaillerie
davvalent

davvalent commited on 2022-04-26 20:43:56
Showing 4 changed files, with 14 additions and 13 deletions.

... ...
@@ -4,6 +4,7 @@
4 4
 # but do not ignore these files
5 5
 !/.gitignore
6 6
 !/README.md
7
+!/horaire.php
7 8
 
8 9
 # ...even if they are in subdirectories
9 10
 !*/
... ...
@@ -11,5 +12,6 @@
11 12
 # if the files to be tracked are in subdirectories
12 13
 !wp-content/themes/rookie/functions.php
13 14
 !wp-content/themes/rookie/style.css
15
+!wp-content/themes/rookie/framework.css
14 16
 !wp-content/plugins/sportspress/templates/event-fixtures-results.php
15 17
 !wp-content/plugins/sportspress/templates/player-list.php
16 18
\ No newline at end of file
... ...
@@ -1,4 +1,14 @@
1
-# Phase 1 : sans modifications de la base de données
1
+# README.md
2
+
3
+## webserver
4
+
5
+> The user that runs apache/php is www-data.
6
+> Run sudo chown -R www-data:www-data /var/www/deploy.log to make the file editable by the web server.
7
+> The other files you want to perform operations on also need to be writable by the webserver. https://askubuntu.com/questions/617803/php-apache-runs-as-which-user-on-ubuntu-server
8
+
9
+Attention : ajouter user david au groupe www-data : `sudo usermod -a -G www-data david`
10
+
11
+## css
2 12
 
3 13
 ```css
4 14
 /* DANS L'ESPACE ADMIN */
... ...
@@ -7,12 +17,7 @@
7 17
 .data-event a {float: left}
8 18
 ```
9 19
 
10
-Fichiers seulement..
11
-
12
-- L'installation locale est branchée sur la base de données live. Attention!
13
-	- Plus maintenant me semble-il
14
-
15
-Éventuellement : data base user en lecture seulement.
20
+## git
16 21
 
17 22
 Initialisation d'un dépôt local, branche dev.
18 23
 
... ...
@@ -26,9 +31,3 @@ upload post-receive
26 31
 $ git remote add origin ssh://ntnlvca@ntnlv.ca:27/home/ntnlvca/public_html/git/lbd.git
27 32
 $ git push -u origin prod
28 33
 ```
29 34
\ No newline at end of file
30
-
31
-Work flow à revoir.
32
-
33
-# Phase 2 : déploiement fichiers et base de données
34
-
35
-copie de bdd...