An open API service indexing awesome lists of open source software.

https://github.com/codejourneymen/opensocial


https://github.com/codejourneymen/opensocial

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

This is a composer based installer for the [Open Social distribution](http://www.drupal.org/project/social).

# Prerequisites

1. [Composer](https://getcomposer.org/download/)

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](http://www.drupal.org/project/social). You should be able to install it like any other Drupal site.

## Learn more about Composer for Drupal

Checkout this [presentation](https://docs.google.com/presentation/d/1gxcxT6o47xVrfsZ7ZSQKjBRT-gfE54A1Z9kjvvGHwCo/edit#slide=id.p) from @ModsUnraveled.