From e1c2d6c64a330543bd51755dfd023a1adc60aae2 Mon Sep 17 00:00:00 2001 From: asus Date: Thu, 8 Feb 2024 16:38:42 +0100 Subject: [PATCH] - added todo for not hard conding project name - and removed hard url in makefile for localhost redirection --- Makefile | 2 +- notes.md | 8 +++++++- srcs/model.env | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index c792592..dfd6588 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ add_url_host: @echo $(B_PURPLE)"verify if the wordpress url is added to the local path"$(RESET) -@ if ! awk "/127.0.0.1/ && /$(WP_URL)/" /etc/hosts 2> /dev/null; then \ echo $(B_PURPLE)"nop ! trying to add it (might need sudo)"$(RESET); \ - bash -c 'echo -e "\n adding for lejourduprof (you can delete it)\n127.0.0.1 $(WP_URL)" >> /etc/hosts'; \ + bash -c 'echo -e "\n adding for $(WP_URL) (you can delete it)\n127.0.0.1 $(WP_URL)" >> /etc/hosts'; \ if ! awk "/127.0.0.1/ && /$(WP_URL)/" /etc/hosts 2> /dev/null; then \ echo $(B_RED)"it didn't succeed :/ try again with sudo"$(RESET); \ else \ diff --git a/notes.md b/notes.md index d27ee8a..d3494a0 100644 --- a/notes.md +++ b/notes.md @@ -48,5 +48,11 @@ that i create in wp_entrypoint.sh - mariadb : - nginx : - +- **PROJECT NAME :** + - for the moment we need to modify the project name and url in the model.env file + - that would be better to do it in the parent directory +- **LOCAL URL :** + - adding local url in /etc/hosts don't work + - makefile don't warn it's not there + - it should also print the path diff --git a/srcs/model.env b/srcs/model.env index 7c2d27b..410a7c6 100644 --- a/srcs/model.env +++ b/srcs/model.env @@ -1,7 +1,7 @@ #!/bin/bash -PROJECT_NAME="jipf" -PROJECT_URL="local_lejourduprof.com" +PROJECT_NAME="plugin_model" +PROJECT_URL="local_plugin_model.com" PROJECT_PORT=443 # change execution_time and max_upload_size, in wp and nginx