renamed project cipf
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
PROJECT_NAME="fipfcard_plugin"
|
||||
PROJECT_URL="local-fipfcard-plugin.com"
|
||||
PROJECT_NAME="cipf_plugin"
|
||||
PROJECT_URL="local-cipf-plugin.com"
|
||||
PROJECT_PORT=443
|
||||
|
||||
# change execution_time and max_upload_size, in wp and nginx
|
||||
|
||||
@@ -74,7 +74,7 @@ for dir in $plugins; do
|
||||
done
|
||||
|
||||
# https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
|
||||
echo -e ${YELLOW}configuring the error logs...${RESET}
|
||||
echo -e ${YELLOW}configuring the error logs${RESET}
|
||||
# Enable WP_DEBUG mode
|
||||
php wp-cli.phar config set WP_DEBUG true --raw --path=${WP_VOLUME_DIR}
|
||||
# Enable Debug logging to a file (if set to true, this is the /wp-content/debug.log file)
|
||||
|
||||
Reference in New Issue
Block a user