... | ... | @@ -72,8 +72,8 @@ About composer: Presumably we will want a composer template, so that people can |
|
|
|
|
|
### Initialize the database using GenCode
|
|
|
|
|
|
* Run `cd xml && php GenCode.php 0 0 Standalone`
|
|
|
* Then you can use the civicrm.mysql and civicrm_data.mysql files in sql (or if you want sample data you can use civicrm_generated.mysql instead of civicrm_data.mysql).
|
|
|
* Run `( cd vendor/civicrm/civicrm-core/xml && php GenCode.php 0 0 Standalone; )` (The brackets mean it runs in a subshell so doesn't change your working directory.)
|
|
|
* Then you can use the civicrm.mysql and civicrm_data.mysql files in `vendor/civicrm/civicrm-core/sql` (or if you want sample data you can use civicrm_generated.mysql instead of civicrm_data.mysql).
|
|
|
|
|
|
Example:
|
|
|
|
... | ... | |