All Projects → goalgorilla → drupal_social

goalgorilla / drupal_social

Licence: other
Open Social Development repository.

Programming Languages

PHP
23972 projects - #3 most used programming language

Looking for the repository of the Open Social distribution? Click here

Open Social Developer Repository

Repository for developers working on the Open Social distribution. This repository contains a useful development workflow in Docker for the Open Social distribution. The development takes place here.

Check drupal.org for more information about Open Social. For day to day technical documentation use the Github Wiki.

Useful links for developers:

Installation

Install from project page on drupal.org

Visit our drupal.org project page and head to the "Installation instruction" section on the middle of the page.

Install in Docker containers

  1. Copy and rename the .env.dist to .env and update the .env variables, if you don't want to use the defaults. We recommend to use the .localhost domain extension for the PROJECT_BASE_URL; so that you don't have to update your host file.

  2. Run the nginx-proxy container, you only need one even if you have multiple projects.

docker compose -f docker-compose.nginx.yml -p nginx up -d
  1. Run the docker containers for the project:
docker compose up -d
  1. Depending on the configured PROJECT_BASE_URL, you can access the following services:

Install with Composer

Checkout this repository for a Composer template: goalgorilla/social_template.

Contribute

Contribute to Open Social? Checkout our Contribution to Open Social section on out github wiki

Do you want to join us in this effort? We are welcoming your feedback, (development) time and/or financial support. For feedback, questions or suggestions you can use Drupal.org.

If you find any issues feel free to file a bug report in the issue queue.

Build Status Drupal Social Build Status Open Social

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].