Browse Source

détail readme

Valentin 1 year ago
parent
commit
4d29274301
1 changed files with 7 additions and 6 deletions
  1. 7 6
      README.md

+ 7 - 6
README.md

@@ -3,17 +3,18 @@
 0. docker et docker-compose installés sur le host
 1. cloner la stack
     - `git clone https://figureslibres.io/gogs/valentin_le_moign/docker_partition_jlg.git`
-2. build la stack `make build_stack`
-3. build bedrock `make build_bedrock`
-4. installer la db
+2. `cd docker_partition_jlg`
+3. build la stack `make build_stack`
+4. build bedrock `make build_bedrock`
+5. installer la db
     - `docker exec -it mariadb /bin/sh`
     - `mysql -u root -p --force --one-database wordpress < /wordpress.sql`
     - prompt password db `password`
     - `exit`
-5. cloner le thème
+6. cloner le thème
     - `git submodule add -f https://figureslibres.io/gogs/valentin_le_moign/partition-jlg-theme.git ./src/bedrock/web/app/themes/partition-jlg-theme`
-6. installer le thème `make install_theme`
-7. activer redis dans l'admin wordpress
+7. installer le thème `make install_theme`
+8 activer redis dans l'admin wordpress
     - `plugins -> installed plugins`
     - `settings -> redis`