détail readme

This commit is contained in:
Valentin
2023-05-15 10:19:59 +02:00
parent f14dcf5759
commit 4d29274301
+7 -6
View File
@@ -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`