Merge pull request #5296 from monishdeb/CRM-16042
[civicrm-core.git] / bin / setup.conf.txt
CommitLineData
b8b65506
KJ
1# Define the path for civicrm source directory here
2CIVISOURCEDIR=
6a488035
TO
3
4# define your schema file name here, will be overriden by
5# FIRST command line argument if given
6SCHEMA=schema/Schema.xml
7
8# define your database name here, will be overriden by
9# SECOND command line argument if given
10DBNAME=
11
12# define your database usernamename here, will be overriden by
13# THIRD command line argument if given
14DBUSER=
15
16# define your database password here, will be overriden by
17# FOURTH command line argument if given
18DBPASS=
19
20# any extra args you need in your mysql connect string
21# number of arguments should be specified within ""
22# FIFTH command line argument if given
23DBARGS=""
24
25# set your PHP5 bin dir path here, if it's not in PATH
26# The path should be terminated with dir separator!
27PHP5PATH=
28
29# Set a special DB load filename here for custom installs
30# If a filename is passed, civicrm_data.mysql AND the
31# passed file will be loaded instead of civicrm_generated.mysql.
32# The DBLOAD file must be in the sql directory.
33DBLOAD=
34
35# Set a special SQL filename here which you want to load
36# IN ADDITION TO either civicrm_generated or civicrm_data.
37# The DBADD file must be in the sql directory.
38# DBADD=
39
40# GenCode produces localized data files for all known
41# locales. This is good for stable-releases but
42# cumbersome during development. To speed it up,
43# list the desired locales.
44# export CIVICRM_LOCALES=en_US,fr_FR
c0956f19
TO
45
46# GenCode produces some CMS-specific config files
47# If omitted, defaults to drupal.
48GENCODE_CMS=""
49# GENCODE_CMS=drupal
50# GENCODE_CMS=wordpress
8ef3b2b7
TO
51
52# GenCode is relatively slow; and, usually, it only needs
53# to run if the gencode files have changed. Set
54# this option to enable caching (and speed up setup.sh)
55# export CIVICRM_GENCODE_DIGEST=/tmp/gencode.md5