Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
justinfreeman (Agileware)
Core
Commits
c0956f19
Commit
c0956f19
authored
11 years ago
by
totten
Browse files
Options
Downloads
Patches
Plain Diff
setup.sh - Add support for WordPress
parent
678fc418
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/setup.conf.txt
+6
-0
6 additions, 0 deletions
bin/setup.conf.txt
bin/setup.sh
+1
-1
1 addition, 1 deletion
bin/setup.sh
with
7 additions
and
1 deletion
bin/setup.conf.txt
+
6
−
0
View file @
c0956f19
...
...
@@ -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
This diff is collapsed.
Click to expand it.
bin/setup.sh
+
1
−
1
View file @
c0956f19
...
...
@@ -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,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment