Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 795 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 795 Bytes

This is a composer based installer for the Open Social distribution.

Prerequisites

  1. Composer

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. Inside you will find the html directory with the entire code base of Open Social distribution. You should be able to install it like any other Drupal site.

Learn more about Composer for Drupal

Checkout this presentation from @ModsUnraveled.