Angular JS Social Embeds

Component type

module

Maintenance status

Development status

Component created

Component changed

This module uses Angular JS to create a single page Angular JS App that allows embedding, approving and viewing of social media posts. It is pretty tightly coupled with a particular custom site at the moment, but is intended to serve as a good example of how to use Drupal and AngularJS together.

Site Deployment

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Example of how to use a deployment module to automate incremental deployments for your Drupal site.

A lot of Drupal work involves configuring modules, updating settings etc (aka site building). If you have a local site and a live site, any changes you make locally need to be replicated on live. That is a lot of double handling. It is worse of you have multiple sites in your pipeline, such as dev, qa, staging, live. Features can take care of some of it, but not all. A Site Deployment module allows you to script all updates and eliminate manual changes.