goalgorilla / social_template
Social project template for composer based Open Social projects.
Installs: 42 377
Dependents: 0
Suggesters: 0
Security: 0
Stars: 32
Watchers: 30
Forks: 101
Type:project
Requires
- php: ^8.0
- goalgorilla/open_social: ~12.4.0
- monolog/monolog: ^2.3.5
- dev-master
- dev-issue/update-open-social-version-to-11-9-1
- dev-issue/updateOS+core
- dev-internal/update-social-to-11-8-0
- dev-internal/update-social-to-11-7-0
- dev-feature/update-composer-11-4-0
- dev-feature/update-os-to-11-2-1
- dev-issue/upgrade-to-10
- dev-feature/drupal-composer-update
- dev-feature/bump-minimum-php
This package is auto-updated.
Last update: 2024-10-21 10:21:18 UTC
README
This is a composer based installer for the Open Social distribution.
Prerequisites
It's just composer, isn't it awesome? :)
Installation of Open Social
composer create-project goalgorilla/social_template:dev-master DIRECTORY --no-interaction
Composer will create a new directory called DIRECTORY.
The installed folders will contain all Drupal related files in the html
directory and any third-party dependencies in the composer vendor
directory.
Drupal core will be installed to html/core
. Inside you will find the
html directory with the entire code base of the Open Social distribution.
Install your Open Social site like any other Drupal website using the install.php
script or drush
.
Learn more about Composer for Drupal
Checkout this presentation from @ModsUnraveled.
Issues
Install issues for Open Social
Installing outside of HTML folder
See this issue for more information
Open Social issues & Support
For any issues with the platform we kindly ask you to use the drupal.org issue queue. This way we can centralise all the information and make the feedback available for other users for documentation purposes. Next to giving people the credit they deserve.
Slack
If you have a quick question, we are also available on Slack. Visit https://www.drupal.org/slack to see how you can join Drupal Slack. After that you can find us in the #opensocial channel. We try to keep an eye on this channel but it may take a bit of time to get to you. For bug reports or longer questions, please use the Issue queue on Drupal.org so others can find the answers too.