https://github.com/codejourneymen/opensocial
https://github.com/codejourneymen/opensocial
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/codejourneymen/opensocial
- Owner: CodeJourneymen
- Created: 2018-05-01T03:21:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T19:39:15.000Z (almost 7 years ago)
- Last Synced: 2025-02-27T03:48:03.466Z (over 1 year ago)
- Language: PHP
- Size: 407 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.