Compare commits
10 Commits
1cc2935c16
...
master
Author | SHA1 | Date | |
---|---|---|---|
4d4b26c24b | |||
a2b39863d2 | |||
42e494b5bc | |||
6ad84cfa84 | |||
2d54249513 | |||
a6b65738b7 | |||
2727dffd40 | |||
df440a8440 | |||
8c9991d68b | |||
0d83cda853 |
6
.gitignore
vendored
6
.gitignore
vendored
@ -9,8 +9,4 @@
|
||||
!config/*
|
||||
!docs/*
|
||||
!README.md
|
||||
|
||||
config/security_review.check.security_review-file_perms.yml
|
||||
config/security_review.check.security_review-executable_php.yml
|
||||
config/security_review.checks.yml
|
||||
config/color.theme.bartik.yml
|
||||
!.gitlab-ci.yml
|
||||
|
@ -12,13 +12,8 @@
|
||||
* Go to the local url and run the web installer (choose "Standard")
|
||||
* `drush config-set "system.site" uuid "0c85ec7c-68f9-419f-92bb-d9a3a256ca23"` (this allows you to import & export config to other sites built using this repo)
|
||||
* `drush config:delete shortcut.set.default` (it always complains about the shortcut set already existing when you try to import the config)
|
||||
* `drush config:import --source ../config`
|
||||
* Import the config from the opencase module by going (in a terminal) to `web/modules/contrib/opencase` and then running `./pull_project.sh`
|
||||
* Appearance->Settings->Bartik and just save what's in there (to regenerate css)
|
||||
|
||||
# dev
|
||||
|
||||
To export the config run: `drush config:export --destination=../config `
|
||||
|
||||
To clear cache run: `drush cr`
|
||||
|
||||
|
||||
|
@ -15,37 +15,15 @@
|
||||
},{
|
||||
|
||||
"type": "vcs",
|
||||
"url": "ssh://git@git.autonomic.zone:2222/autonomic-cooperative/opencase.git"
|
||||
}
|
||||
"url": "ssh://git@gitlab.com:22/opencase1/opencase.git"
|
||||
},{
|
||||
"type": "path",
|
||||
"url": "./web/modules/contrib/opencase"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"autonomic/opencase": "dev-master",
|
||||
"composer/installers": "^1.2",
|
||||
"drupal/admin_toolbar": "^3.1",
|
||||
"drupal/base_field_override_ui": "^1.0",
|
||||
"drupal/better_exposed_filters": "^5.0",
|
||||
"drupal/core-composer-scaffold": "^9",
|
||||
"drupal/core-project-message": "^9",
|
||||
"drupal/core-recommended": "^9",
|
||||
"drupal/ctools": "^3.7",
|
||||
"drupal/date_popup": "^1.1",
|
||||
"drupal/dbug": "^2.0",
|
||||
"drupal/devel_entity_updates": "^3.0",
|
||||
"drupal/entity_extra_field": "^2.0@alpha",
|
||||
"drupal/entity_reference_revisions": "^1.9",
|
||||
"drupal/facets": "^2.0",
|
||||
"drupal/hide_revision_field": "^2.2",
|
||||
"drupal/password_strength": "^2.0@beta",
|
||||
"drupal/restui": "^1.20",
|
||||
"drupal/route_condition": "^2.0",
|
||||
"drupal/search_api": "^1.21",
|
||||
"drupal/security_review": "^1.0@alpha",
|
||||
"drupal/tamper": "^1.0@alpha",
|
||||
"drupal/typed_data": "^1.0@alpha",
|
||||
"drupal/views_aggregator": "^2.0",
|
||||
"drupal/views_autosubmit": "^1.4",
|
||||
"drupal/views_data_export": "^1.1",
|
||||
"drupal/views_summarize": "1.1.x-dev",
|
||||
"drush/drush": "*",
|
||||
"phpunit/phpunit": "^9.5"
|
||||
},
|
||||
@ -71,6 +49,9 @@
|
||||
"drupal-scaffold": {
|
||||
"locations": {
|
||||
"web-root": "web/"
|
||||
},
|
||||
"file-mapping": {
|
||||
"[web-root]/sites/development.services.yml": false
|
||||
}
|
||||
},
|
||||
"installer-paths": {
|
||||
|
1276
composer.lock
generated
1276
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user