Skip to content
Snippets Groups Projects
Commit c0956f19 authored by totten's avatar totten
Browse files

setup.sh - Add support for WordPress

parent 678fc418
No related branches found
No related tags found
No related merge requests found
......@@ -42,3 +42,9 @@ DBLOAD=
# cumbersome during development. To speed it up,
# list the desired locales.
# export CIVICRM_LOCALES=en_US,fr_FR
# GenCode produces some CMS-specific config files
# If omitted, defaults to drupal.
GENCODE_CMS=""
# GENCODE_CMS=drupal
# GENCODE_CMS=wordpress
......@@ -49,7 +49,7 @@ fi
# checkout, not packaged code
if [ -d "$CALLEDPATH/../xml" ]; then
cd "$CALLEDPATH/../xml"
"$PHP5PATH"php GenCode.php $SCHEMA
"$PHP5PATH"php GenCode.php $SCHEMA '' $GENCODE_CMS
fi
# someone might want to use empty password for development,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment