Cheaper by the Dozens

Size: px
Start display at page:

Download "Cheaper by the Dozens"

Transcription

1 Cheaper by the Dozens Building Drupal Websites En Masse JAMES NETTIK

2 James Nettik F R O N T- E N D D E V E L O P E

3 @atendesign aten.io

4 Work That Matters

5 Work That Matters

6 A BRIGHTER TOMORROW

7 Thinking in Groups What problems come up when steering dozens of projects simultaneously?

8 Mo websites, mo problems. - The Notorious B.I.G.

9 Starting Guidelines

10 Starting Guidelines Resist mixing code/configuration and site content.

11 Starting Guidelines Resist mixing code/configuration and site content. Keep scope as small and simple as possible.

12 Starting Guidelines Resist mixing code/configuration and site content. Keep scope as small and simple as possible. For every feature ask: How many websites on the platform will use this?

13 Starting Guidelines Resist mixing code/configuration and site content. Be prepared to (politely) push back against single instance requests. Keep scope as small and simple as possible. For every feature ask: How many websites on the platform will use this?

14 Starting Guidelines Resist mixing code/configuration and site content. Be prepared to (politely) push back against single instance requests. Keep scope as small and simple as possible. Test a fresh install after every new feature built and before every deployment made. For every feature ask: How many websites on the platform will use this?

15 Installation Profiles Because clicking the same buttons on every project gets old fast.

16 What are install profiles?

17 What are install profiles? Bundled dependencies, content types, displays, functionality, content, and themes to start a new project with.

18 What are install profiles? Bundled dependencies, content types, displays, functionality, content, and themes to start a new project with. Similar to Drupal modules in most ways.

19 What are install profiles? Bundled dependencies, content types, displays, functionality, content, and themes to start a new project with. Similar to Drupal modules in most ways. Uses a.profile file for core functionality instead of a.module file.

20 What are install profiles? Bundled dependencies, content types, displays, functionality, content, and themes to start a new project with. Similar to Drupal modules in most ways. Uses a.profile file for core functionality instead of a.module file. Generally used as a starting point to work off of.

21 Distributions Empowering others with our laziness.

22 What are distributions?

23 What are distributions? An Installation Profile released to be used by others.

24 What are distributions? An Installation Profile released to be used by others. Often released bundled with dependencies and downloaded.

25 What are distributions? An Installation Profile released to be used by others. Often released bundled with dependencies and downloaded. Can be scaffolded using composer create-project.

26 INSTALL WITH COMPOSER

27 THUNDER S INSTALLER

28 THUNDER S REQUIREMENTS

29 What are distributions? An Installation Profile released to be used by others. Often released bundled with dependencies and downloaded. Can be scaffolded using composer create-project. Get updates and new features from maintainers.

30 What are distributions? An Installation Profile released to be used by others. Often released bundled with dependencies and downloaded. Can be scaffolded using composer create-project. Get updates and new features from maintainers. drupal-org.make files for bundling through drupal.org

31 DRUPAL MAKE FILE

32 Planning the Project Balancing the needs of many vs. the needs of a few.

33 Flexible Content and Design

34 Flexible Content and Design Paragraph module allows for providing controlled flexibility back to admins and content manager.

35 Flexible Content and Design Paragraph module allows for providing controlled flexibility back to admins and content manager. Background Images Formatter module is great for allowing control over banner style images usually handled in CSS.

36 Branding

37 Branding Branding should remain consistent across the platform, but flexible for each specific instance.

38 Branding Branding should remain consistent across the platform, but flexible for each specific instance. Logos, main colors, and typography are some of the most important items to consider.

39 Branding Branding should remain consistent across the platform, but flexible for each specific instance. Logos, main colors, and typography are some of the most important items to consider. Drupal Core allows for changing logos through the interface.

40 DRUPAL LOGO CONFIG

41 DRUPAL LOGO OVERRIDE

42 Branding Branding should remain consistent across the platform, but flexible for each specific instance. Logos, main colors, and typography are some of the most important items to consider. Drupal Core allows for changing logos through the interface. Drupal Core s Color module can be integrated into themes to expose color schemes to admins.

43 COLOR.INC

44 COLOR MODULE CONFIG

45 OVERRIDES.CSS

46 Branding Branding should remain consistent across the platform, but flexible for each specific instance. Logos, main colors, and typography are some of the most important items to consider. Drupal Core allows for changing logos through the interface. Drupal Core s Color module can be integrated into themes to expose color schemes to module exposes theme font faces into configuration.

47 @FONTYOURFACE

48 @FONTYOURFACE

49 @FONTYOURFACE

50 Hosting and Infrastructure The needs of many vs. the needs of one.

51 Pantheon Upstreams

52 Pantheon Upstreams Git repository used to create new Pantheon websites in a single click.

53 Pantheon Upstreams Git repository used to create new Pantheon websites in a single click. Pantheon manages their own Upstreams of Drupal 7 and 8 cores.

54 Pantheon Upstreams Git repository used to create new Pantheon websites in a single click. Pantheon manages their own Upstreams of Drupal 7 and 8 cores. Updates to websites can be deployed through the Upstream.

55 PANTHEON UPDATES

56 Pantheon Upstreams Git repository used to create new Pantheon websites in a single click. Pantheon manages their own Upstreams of Drupal 7 and 8 cores.

57 Pantheon Upstreams Git repository used to create new Pantheon websites in a single click. Pantheon manages their own Upstreams of Drupal 7 and 8 cores. Updates to websites can be deployed through the Upstream.

58 Pantheon Upstreams Git repository used to create new Pantheon websites in a single click. Pantheon manages their own Upstreams of Drupal 7 and 8 cores. Updates to websites can be deployed through the Upstream. Organization accounts can create their own custom Upstreams.

59 PANTHEON UPSTREAMS

60 Pantheon Terminus CLI

61 Pantheon Terminus CLI Terminus is a tool for managing websites, organizations, user, and teams from the command line.

62 Pantheon Terminus CLI Terminus is a tool for managing websites, organizations, user, and teams from the command line. Terminus can execute Drush commands on Drupal websites, without the use of Drush Aliases.

63 Pantheon Terminus CLI Terminus is a tool for managing websites, organizations, user, and teams from the command line. Terminus can execute Drush commands on Drupal websites, without the use of Drush Aliases. Permissions to websites are controlled by your individual Pantheon account.

64 Pantheon Terminus CLI Terminus is a tool for managing websites, organizations, user, and teams from the command line. Terminus can execute Drush commands on Drupal websites, without the use of Drush Aliases. Permissions to websites are controlled by your individual Pantheon account. Limited to being executed on one site and one environment at a time.

65 Extending Terminus with Plugins

66 TERMINUS PLUGIN LIBRARY

67 Extending Terminus with Plugins Terminus Mass Update gets piped a list of site IDs, loops over them, and pulls in any Upstream updates.

68 TERMINUS SITE LIST

69 TERMINUS SITE UPDATE

70 Extending Terminus with Plugins Terminus Mass Update gets piped a list of site IDs, loops over them, and pulls in any Upstream updates. Terminus Mass Run adds looping functionality for Terminus commands like: remote:drush, backup:create, connection:set, env:deploy, site:upstream:cache-clear.

71 TERMINUS USER CREATE

72 TERMINUS DEPLOYMENT

73 Acquia Cloud Site Factory Leverages Drupal multi-site functionality. Similar workflow to the Aegir project

74 Barebones approach with Composer Install Profiles can be updated with Composer like any module. Install Profiles can use hook_update_n() like modules.

75 Thanks! James

76 @atendesign aten.io SLIDES

Build & Launch Tools (BLT) Automating best practices for enterprise sites

Build & Launch Tools (BLT) Automating best practices for enterprise sites Build & Launch Tools (BLT) Automating best practices for enterprise sites Who are you? Matthew Grasmick @grasmash on Drupal.org, twitter, etc. Acquia Professional Services, 4yrs Drupalist, 9yrs Maintainer

More information

Configuration Management

Configuration Management Configuration Management A True Life Story October 16, 2018 Page 1 Configuration Management: A True Life Story John E. Picozzi Senior Drupal Architect Drupal Providence 401-228-7660 oomphinc.com 72 Clifford

More information

Drupal Command Line Instructions Windows 7 List All Users >>>CLICK HERE<<<

Drupal Command Line Instructions Windows 7 List All Users >>>CLICK HERE<<< Drupal Command Line Instructions Windows 7 List All Users Last updated January 7, 2015. Alternatively, Windows users can often just use the Drush Command Prompt You will find out about all the other options

More information

Advanced Configuration Management with Config Split et al. Fabian Bircher

Advanced Configuration Management with Config Split et al. Fabian Bircher Advanced Configuration Management with Config Split et al. Fabian Bircher fabian@nuvole.org web: nuvole.org twitter: @nuvoleweb Our Distributed Team Nuvole: a 100% Drupal company with a distributed team

More information

Drupal Command Line Instructions Windows 7 List All Files >>>CLICK HERE<<<

Drupal Command Line Instructions Windows 7 List All Files >>>CLICK HERE<<< Drupal Command Line Instructions Windows 7 List All Files The command line patch utility can run on Windows natively with GnuWin32 or select all text and copy it to clipboard (Ctrl+ C), Menu _ project

More information

University. a Drupal 8 distribution for universities and colleges

University. a Drupal 8 distribution for universities and colleges University a Drupal 8 distribution for universities and colleges About frontkom Full service digital agency 20 people Offices in Fredrikstad, Oslo (Norway) and Funchal (Portugal) Typical clients: Media

More information

For Starters: Creating CU Bear, a Drupal 8 Starter Kit

For Starters: Creating CU Bear, a Drupal 8 Starter Kit For Starters: Creating CU Bear, a Drupal 8 Starter Kit Alison McCauley Anthony Adinolfi Nazrin Tingstrom CIT/Custom Development Team, Cornell University Background / Goals / Needs Why bother with any of

More information

Using DRY (Don't Repeat Yourself) Principle in Drupal 8 Site Life Cycle

Using DRY (Don't Repeat Yourself) Principle in Drupal 8 Site Life Cycle Using DRY (Don't Repeat Yourself) Principle in Drupal 8 Site Life Cycle www.vardot.com Mohammed J. Razem CEO & Founder at Vardot m.razem@vardot.com @moerazem drupal.org/vardot Open Source Products Built

More information

Configuration Management in Drupal 8

Configuration Management in Drupal 8 Configuration Management in Drupal 8 Antonio De Marco - antonio@nuvole.org Fabian Bircher - fabian@nuvole.org Nuvole a 100% Drupal company Our Distributed Team Italy Belgium Czech Republic Our Clients

More information

SCALING DRUPAL TO THE CLOUD WITH DOCKER AND AWS

SCALING DRUPAL TO THE CLOUD WITH DOCKER AND AWS SCALING DRUPAL TO THE CLOUD WITH DOCKER AND AWS Dr. Djun Kim Camp Pacific OUTLINE Overview Quick Intro to Docker Intro to AWS Designing a scalable application Connecting Drupal to AWS services Intro to

More information

Love Your Load Times. Trim seconds off page loads, secure private files and make the most of your digital assets

Love Your Load Times. Trim seconds off page loads, secure private files and make the most of your digital assets Love Your Load Times Trim seconds off page loads, secure private files and make the most of your digital assets Today s Featured Speakers Antonio Estevez Senior Drupal Architect - DOOR3 Erik Vilinskas

More information

@EvanMHerman Introduction to Workflow Automation

@EvanMHerman Introduction to Workflow Automation Introduction to Workflow Automation WordCamp Baltimore - October 14th, 2017 1 Evan Herman Software Engineer at GoDaddy WordPress Core Contributor Plugin Developer Goal The main goal of this talk is to

More information

TM DevOps Use Case. 2017TechMinfy All Rights Reserved

TM DevOps Use Case. 2017TechMinfy All Rights Reserved Document Details Use Case Name TMDevOps Use Case04 First Draft 10 th Dec 2017 Author Reviewed By Amrendra Kumar Pradeep Narayanaswamy Contents Scope... 4 About Customer... 4 Pre-Conditions/Trigger... 4

More information

Building scalable service-based applications Wicked Fast

Building scalable service-based applications Wicked Fast Building scalable service-based applications Wicked Fast Using Lumada Foundry to build Hitachi Content Intelligence Jonathan Chinitz Product Manager, Content & Data Intellligence September 2017 So What

More information

Understanding the Dark Side

Understanding the Dark Side Understanding the Dark Side An Analysis of Drupal (and Other!) Worst Practices Kristen Pol Understanding the Dark Side An Analysis of Drupal (and Other!) Worst Practices Kristen Pol Image Source: http://bit.ly/1pb9en9

More information

Drupal 8 THE VIDER ITY APPR OACH

Drupal 8 THE VIDER ITY APPR OACH Drupal 8 THE VIDER ITY APPROACH Introduction DR UPAL 8: THE VIDER ITY APPROACH Viderity focuses on designing the Total User Experience for Drupal sites, using a user-centered design approach Traditionally,

More information

Technical Architecture & Analysis

Technical Architecture & Analysis Technical Architecture & Analysis HS2 Technical Architecture & Analysis 15 October 2012 Anton Palitsyn 020 7426 8920 anton.palitsyn@precedent.co.uk Contents Contents... 2 Document info... 3 Authors...

More information

CONFIGURATION AS DEPENDENCY. Managing Drupal 8 Configuration with Git and Composer

CONFIGURATION AS DEPENDENCY. Managing Drupal 8 Configuration with Git and Composer CONFIGURATION AS DEPENDENCY Managing Drupal 8 Configuration with Git and Composer ERICH BEYRENT Senior Drupal Developer at BioRAFT Working with Drupal since 2004 Drupal: https://drupal.org/u/ebeyrent Twitter:

More information

OpenShift Roadmap Enterprise Kubernetes for Developers. Clayton Coleman, Architect, OpenShift

OpenShift Roadmap Enterprise Kubernetes for Developers. Clayton Coleman, Architect, OpenShift OpenShift Roadmap Enterprise Kubernetes for Developers Clayton Coleman, Architect, OpenShift What Is OpenShift? Application-centric Platform INFRASTRUCTURE APPLICATIONS Use containers for efficiency Hide

More information

Docker Universal Control Plane Deploy and Manage On-Premises, Your Dockerized Distributed Applications

Docker Universal Control Plane Deploy and Manage On-Premises, Your Dockerized Distributed Applications Technical Brief Docker Universal Control Plane Deploy and Manage On-Premises, Your Dockerized Distributed Applications As application teams deploy their Dockerized applications into production environments,

More information

rpafktl Pen source Drupal 7 Development by Example Beginner's Guide Follow the creation of a Drupal website to learn, by example,

rpafktl Pen source Drupal 7 Development by Example Beginner's Guide Follow the creation of a Drupal website to learn, by example, Drupal 7 Development by Example Beginner's Guide Follow the creation of a Drupal website to learn, by example, the key concepts of Drupal 7 development and HTML 5 Kurt Madel rpafktl Pen source I I llv

More information

Starter Kit. Version 0.90

Starter Kit. Version 0.90 Starter Kit Version 0.90 2014 CrownPeak Technology, Inc. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, including

More information

Drupal Command Line Instructions Windows 7 List All >>>CLICK HERE<<<

Drupal Command Line Instructions Windows 7 List All >>>CLICK HERE<<< Drupal Command Line Instructions Windows 7 List All Drush is a command-line interface for Drupal that provides a wide set of utilities for administering and drush @pantheon.drupal-7-sandbox.dev status

More information

Expert Guidance on Migrating from Magento 1 to Magento 2

Expert Guidance on Migrating from Magento 1 to Magento 2 Expert Guidance on Migrating from Magento 1 to Magento 2 Gordon Knoppe Business Solutions Architect, ECG James Cowie Technical Architect, ECG Expert Consulting Group ECG Charter: To provide expert insight,

More information

Con guration Management

Con guration Management Con guration Management Theory and practice Andrea Pescetti andrea@nuvole.org Fabian Bircher fabian@nuvole.org Antonio De Marco antonio@nuvole.org web: nuvole.org twitter: @nuvoleweb Our Distributed Team

More information

Architecting a Global Platform with Drupal 8: Maximising Re-use without Compromising Engage Asia Pacific 2017

Architecting a Global Platform with Drupal 8: Maximising Re-use without Compromising Engage Asia Pacific 2017 Architecting a Global Platform with Drupal 8: Maximising Re-use without Compromising Flexibility @Acquia Engage Asia Pacific 2017 Outline Intro Global Platform, Reusability and Flexibility Drupal and Acquia

More information

Product Page PDF Magento Extension

Product Page PDF Magento Extension Product Page PDF Magento Extension User Manual This is the user manual of Magento Product Page PDF v2.0.2 and was last updated on 26-11-2017. To see what this extension can do, go to the Magento Product

More information

FREELANCE WORDPRESS DEVELOPER

FREELANCE WORDPRESS DEVELOPER FREELANCE WORDPRESS DEVELOPER HAVE A QUESTION? ASK! Read up on all the ways you can get help. CONFUSION IS GOOD :) Seriously, it s scientific fact. Read all about it! REMEMBER, YOU ARE NOT ALONE! Join

More information

AVOIDING THE GIT OF DESPAIR

AVOIDING THE GIT OF DESPAIR AVOIDING THE GIT OF DESPAIR EMMA JANE HOGBIN WESTBY SITE BUILDING TRACK @EMMAJANEHW http://drupal.org/user/1773 Avoiding The Git of Despair @emmajanehw http://drupal.org/user/1773 www.gitforteams.com Back

More information

Rubix Documentation. Release Qubole

Rubix Documentation. Release Qubole Rubix Documentation Release 0.2.12 Qubole Jul 02, 2018 Contents: 1 RubiX 3 1.1 Usecase.................................................. 3 1.2 Supported Engines and Cloud Stores..................................

More information

Architect your deployment using Chef

Architect your deployment using Chef ArcGIS Enterprise Architect your deployment using Chef Cherry Lin and Scott MacDonald ArcGIS Enterprise base deployment Why automate your ArcGIS Enterprise deployment? Efficiency Get up and running faster

More information

Composer for Absolute Beginners. Alison Jo McCauley Drupal Developer, Cornell University

Composer for Absolute Beginners. Alison Jo McCauley Drupal Developer, Cornell University & l a up Dr Composer for Absolute Beginners Alison Jo McCauley Drupal Developer, Cornell University What is Composer? Composer is a (command-line) tool for dependency management in PHP. With composer,

More information

Make the Leap - The Joy of Drupal 8

Make the Leap - The Joy of Drupal 8 Make the Leap - The Joy of Drupal 8 An experience share of working with Drupal 8 for a simple website project Baris Tosun @rominronin Web developer at identum Talk Summary Choosing Drupal 8 Configuration

More information

Page 1. Peers Technologies Pvt. Ltd. Course Brochure. Share Point 2007

Page 1. Peers Technologies Pvt. Ltd. Course Brochure. Share Point 2007 Page 1 Peers Technologies Pvt. Ltd. Course Brochure Page 2 Overview SharePoint is becoming the web development platform of the future. The ability to quickly plan, design, deploy and utilize effective

More information

Envision IT Office 365 Productivity Series Experience, Branding and Navigation. June 24, 2015

Envision IT Office 365 Productivity Series Experience, Branding and Navigation. June 24, 2015 Envision IT Office 365 Productivity Series Experience, Branding and Navigation June 24, 2015 Peter Carson President, Envision IT SharePoint MVP Microsoft Canada Partner Seller peter@envisionit.com http://blog.petercarson.ca

More information

Drupal Command Line Instructions Windows 7 List Files >>>CLICK HERE<<<

Drupal Command Line Instructions Windows 7 List Files >>>CLICK HERE<<< Drupal Command Line Instructions Windows 7 List Files Getting the Open Atrium files Before you can install Open Atrium, you need to get the files. There are (NOTE: These instructions are for *nix-based

More information

What Is Wireless Setup

What Is Wireless Setup What Is Wireless Setup Wireless Setup provides an easy way to set up wireless flows for 802.1x, guest, and BYOD. It also provides workflows to configure and customize each portal for guest and BYOD, where

More information

Product Page PDF Magento 2 Extension

Product Page PDF Magento 2 Extension Product Page PDF Magento 2 Extension User Manual This is the user manual of Magento 2 Product Page PDF v100.0.0 and was last updated on 26-11- 2017. To see what this extension can do, go to the Magento

More information

Better tools for content editors. Petr ILLEK Morpht

Better tools for content editors. Petr ILLEK Morpht Better tools for content editors Petr ILLEK Morpht Better tools for content editors Modifiers and Looks Petr ILLEK Front-End developer Morpht.com The team 2 years of development Countless iterations

More information

UI Patterns Documentation

UI Patterns Documentation UI Patterns Documentation Release 1.x Nuvole Web Nov 19, 2017 Table of Contents 1 Project overview 3 1.1 Try it out................................................. 3 i ii The UI Patterns module allows

More information

Open Source Container-Based Cloud Hosting

Open Source Container-Based Cloud Hosting Open Source Container-Based Cloud Hosting is proud to offer Lagoon: an open source, secure, high-performance, cloud-based container hosting solution designed by developers for developers. We empower developers

More information

Azure DevOps. Randy Pagels Intelligent Cloud Technical Specialist Great Lakes Region

Azure DevOps. Randy Pagels Intelligent Cloud Technical Specialist Great Lakes Region Azure DevOps Randy Pagels Intelligent Cloud Technical Specialist Great Lakes Region What is DevOps? People. Process. Products. Build & Test Deploy DevOps is the union of people, process, and products to

More information

CMS WIZARDRY Librarians as open-sourcerers. September 9, 2015 SLA IT Division Andrea Cherney, Senior Project Manager, Seventhwave

CMS WIZARDRY Librarians as open-sourcerers. September 9, 2015 SLA IT Division Andrea Cherney, Senior Project Manager, Seventhwave CMS WIZARDRY Librarians as open-sourcerers September 9, 2015 SLA IT Division Andrea Cherney, Senior Project Manager, Seventhwave MY BACKGROUND Graduated from library school in 1993 Work for Seventhwave,

More information

BUILDING, DEPLOYING AND MAINTAINING DRUPAL SITES LIKE A PRO. Bob Kepford Mediacurrent.com TheWeeklyDrop.com

BUILDING, DEPLOYING AND MAINTAINING DRUPAL SITES LIKE A PRO. Bob Kepford Mediacurrent.com TheWeeklyDrop.com BUILDING, DEPLOYING AND MAINTAINING DRUPAL SITES LIKE A PRO Bob Kepford Mediacurrent.com TheWeeklyDrop.com DEV -> STAGE -> PRODUCTION A sane workflow. HOW? Drush + Features + hook_update_n + Git + SSH

More information

Quick Start Guide. Setup HappyFox in 5 minutes

Quick Start Guide. Setup HappyFox in 5 minutes Quick Start Guide Setup HappyFox in 5 minutes This Quick Start Guide will help you setup your HappyFox helpdesk in a jiffy. Learn to setup your support email, invite your support staff, setup your self-

More information

Index. Chaminda Chandrasekara 2017 C. Chandrasekara, Beginning Build and Release Management with TFS 2017 and VSTS, DOI /

Index. Chaminda Chandrasekara 2017 C. Chandrasekara, Beginning Build and Release Management with TFS 2017 and VSTS, DOI / Index A Agent platforms, 10 system and user capabilities, 10 Agent pool add user, 12 assign permissions, 55 56 default pool, 8 hosted Linux pool, 8 hosted pool, 7 set up assign administrator role, 45 auto-provision

More information

Run containerized applications from pre-existing images stored in a centralized registry

Run containerized applications from pre-existing images stored in a centralized registry Introduction This examination is based upon the most critical job activities a Docker Certified Associate performs. The skills and knowledge certified by this examination represent a level of expertise

More information

Frontend UI Training. Whats App :

Frontend UI Training. Whats App : Frontend UI Training Whats App : + 916 667 2961 trainer.subbu@gmail.com What Includes? 1. HTML 5 2. CSS 3 3. SASS 4. JavaScript 5. ES 6/7 6. jquery 7. Bootstrap 8. AJAX / JSON 9. Angular JS 1x 10. Node

More information

Building and Maintaining a Distribution in Drupal 7 with Features.

Building and Maintaining a Distribution in Drupal 7 with Features. Building and Maintaining a Distribution in Drupal 7 with Features Antonio De Marco Andrea Pescetti http://nuvole.org @nuvoleweb Nuvole: Our Team ),3.0

More information

The Process. Designing a website is more than just Photoshop and code

The Process. Designing a website is more than just Photoshop and code Web Design Process The Process Designing a website is more than just Photoshop and code The Process Creating mockups and building the site are actually some of the final steps of creating a website. The

More information

SharePoint 2010 Branding for the Masses

SharePoint 2010 Branding for the Masses SharePoint 2010 Branding for the Masses Randy Drisgill MVP SharePoint Server Branding and Design Lead SP911 Author Professional SharePoint 2010 Branding http://bit.ly/sp2010-brandingbook Real World SharePoint

More information

TangeloHub Documentation

TangeloHub Documentation TangeloHub Documentation Release None Kitware, Inc. September 21, 2015 Contents 1 User s Guide 3 1.1 Managing Data.............................................. 3 1.2 Running an Analysis...........................................

More information

USER MANUAL. Odoo Peafowl Theme TABLE OF CONTENTS. Version: 1.0.6

USER MANUAL. Odoo Peafowl Theme TABLE OF CONTENTS. Version: 1.0.6 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Peafowl Odoo Theme... 1 Pre-requisites... 1 Installation... 2 Installation Steps... 2 Theme Configuration... 5 Contact Us... 16 Odoo Peafowl

More information

Continuous Integration & Continuous Deployment (CI/CD) with a Cloud Delivery Platform

Continuous Integration & Continuous Deployment (CI/CD) with a Cloud Delivery Platform A HOW-TO GUIDE Continuous Integration & Continuous Deployment (CI/CD) with a Cloud Delivery Platform DevOps The What and Why WHAT WHY DevOps brings development and operations together and automates the

More information

Northern Arizona University. Project Requirements. Bit Tag. Temitope Alaga, John Dance, Josh Frampton, Jun Rao CS 476. Version 1.0

Northern Arizona University. Project Requirements. Bit Tag. Temitope Alaga, John Dance, Josh Frampton, Jun Rao CS 476. Version 1.0 Northern Arizona University Project Requirements Bit Tag Temitope Alaga, John Dance, Josh Frampton, Jun Rao CS 476 Version 1.0 Table of Contents Table of Contents Introduction Problem and Solution Statement

More information

WEB CREATOR SITE SETTINGS

WEB CREATOR SITE SETTINGS WEB CREATOR SITE SETTINGS TABLE OF CONTENTS TABLE OF CONTENTS... 2 ADMINISTRATIVE PERMISSIONS... 3 ACCESSING WEBSITE SETTINGS... 3 SITE SETTINGS... 3 Site Name... 3 Copyright... 4 Google Translate... 4

More information

USING GIT FOR AUTOMATION AND COLLABORATION JUSTIN ELLIOTT - MATT HANSEN PENN STATE UNIVERSITY

USING GIT FOR AUTOMATION AND COLLABORATION JUSTIN ELLIOTT - MATT HANSEN PENN STATE UNIVERSITY USING GIT FOR AUTOMATION AND COLLABORATION JUSTIN ELLIOTT - MATT HANSEN PENN STATE UNIVERSITY AGENDA Version control overview Introduction and basics of Git Advanced Git features Collaboration Automation

More information

SharePoint Designer 2013 Branding & Workflows

SharePoint Designer 2013 Branding & Workflows SharePoint Designer 2013 Branding & Workflows Course No. ISI-1389B 3 Days Instructor-led, Hands-on Introduction This instructor led course is intended for those interested in learning how to customize

More information

CITRIX DEPLOYMENT GUIDELINES

CITRIX DEPLOYMENT GUIDELINES March 2017 UpSlide CITRIX DEPLOYMENT GUIDELINES Table of contents 1 Summary... 3 1.1 Folder and Registry Replication... 3 1.2 Customization Updates... 3 1.3 Enable UpSlide only for certain users... 4 2

More information

DevOps Course Content

DevOps Course Content DevOps Course Content 1. Introduction: Understanding Development Development SDLC using WaterFall & Agile Understanding Operations DevOps to the rescue What is DevOps DevOps SDLC Continuous Delivery model

More information

DEVOPS COURSE CONTENT

DEVOPS COURSE CONTENT LINUX Basics: Unix and linux difference Linux File system structure Basic linux/unix commands Changing file permissions and ownership Types of links soft and hard link Filter commands Simple filter and

More information

This guide will take you through setting up the components required for sending SMS directly through Dynamics.

This guide will take you through setting up the components required for sending SMS directly through Dynamics. January 31, 2019 Reading Time: 3 minutes When it comes to sending manual SMS within Microsoft Dynamics we would strongly recommend using our Synchronisation service and Chrome extension. The reason for

More information

TM DevOps Use Case TechMinfy All Rights Reserved

TM DevOps Use Case TechMinfy All Rights Reserved Document Details Use Case Name TMDevOps Use Case01 First Draft 5 th March 2018 Author Reviewed By Prabhakar D Pradeep Narayanaswamy Contents Scope... 4 About Customer... 4 Use Case Description... 4 Primary

More information

Living Style Guide Webinar

Living Style Guide Webinar Living Style Guide Webinar Russell Hite UX Designer Living Style Guide Topics What is a living style guide What problems does it solve Who is it for How to integrate it with your application development

More information

CrownPeak Translation Model Framework. Version 0.91

CrownPeak Translation Model Framework. Version 0.91 CrownPeak Translation Model Framework Version 0.91 2014 CrownPeak Technology, Inc. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic

More information

Technical Comparison Sheet: ez Platform Cloud vs Other Hosting Approaches

Technical Comparison Sheet: ez Platform Cloud vs Other Hosting Approaches Technical Comparison Sheet: vs Other Approaches This is a technical comparison worksheet between the various approaches to deploy and host your ez Platform project. Each approach is unique and has its

More information

Migrating into Drupal 8

Migrating into Drupal 8 Migrating into Drupal 8 Ryan Weal // Novella Chiechi Kafei Interactive Inc. Montréal QC ryan@kafei.ca // novella@kafei.ca Drupal.org : https://www.drupal.org/node/2348505 Twitter : http://twitter.com/ryan_weal

More information

Moving WebSphere Portal Themes into Watson Content Hub. WebSphere Portal Lab Services (SEAL) Team IBM

Moving WebSphere Portal Themes into Watson Content Hub. WebSphere Portal Lab Services (SEAL) Team IBM Moving WebSphere Portal Themes into Watson Content Hub Sarah Hall WebSphere Portal Lab Services (SEAL) Team IBM 01/08/2018 Contents Contents... 1 Purpose... 2 Creating a Simple Theme in WebSphere Portal...

More information

Theme System. Wisej Themes 1 OVERVIEW

Theme System. Wisej Themes 1 OVERVIEW Theme System 1 OVERVIEW Wisej theme system is quite sophisticated and goes beyond simple CSS or SASS. This document is only a short overview to get you started. The full documentation will be ready at

More information

Composer and Drupal. CIDUG Meeting December 13, 2018 John Rearick

Composer and Drupal. CIDUG Meeting December 13, 2018 John Rearick Composer and Drupal CIDUG Meeting December 13, 2018 John Rearick * Similar to other dependency managers such as: yum, apt, brew, macports, npm, pip, etc. * Helps manage dependency hell. * Lots of dependencies

More information

Adventures in Drupalia

Adventures in Drupalia Adventures in Drupalia Drupal from an outsider s perspective Paul Nijjar Kitchener-Waterloo Linux User Group Toronto DrupalCamp 2012 November 17-18, 2012 What is Drupal? Drupal is... A content management

More information

Drupal Command Line Instructions Windows 7 List >>>CLICK HERE<<<

Drupal Command Line Instructions Windows 7 List >>>CLICK HERE<<< Drupal Command Line Instructions Windows 7 List Drush is a command-line interface for Drupal that provides a wide set of utilities directory in your home, or the aliases directory of your local Drush installation.

More information

IBM Cloud Developer Tools (IDT) and App Service Console Overview

IBM Cloud Developer Tools (IDT) and App Service Console Overview IBM Cloud Developer Tools (IDT) and App Service Console Overview Steve Clay clays@us.ibm.com Technical Lead, IDT Paul Bennett pwbennet@us.ibm.com Java Squad Lead, IBM Cloud Developer Experience Cloud native

More information

35, to 42, per annum. Stroke Association House, London EC1V

35, to 42, per annum. Stroke Association House, London EC1V Job description Job title: Salary: Grade: Drupal Developer 35,019.90 to 42,219.17 per annum F Hours per week: 35 Location: Accountable to: Accountable for: Stroke Association House, London EC1V Head of

More information

Drupal Hosting. April 19, Northeast Ohio Drupal User Group 1

Drupal Hosting. April 19, Northeast Ohio Drupal User Group 1 Northeast Ohio Drupal User Group 1 Security: PSA came out Monday regarding a d8 release for Wednesday. The notice suggested that it was a serious flaw and exploits were expected within short order after

More information

IBM Cloud for VMware Solutions vrealize Automation 7.2 Chef Integration

IBM Cloud for VMware Solutions vrealize Automation 7.2 Chef Integration IBM Cloud for VMware Solutions vrealize Automation 7.2 Chef Integration Date: 2017-03-06 Version: 1.0 ã Copyright IBM Corporation 2016 Page 1 of 8 Table of Contents 1 Introduction... 3 1.1 Chef Server

More information

ARCHITECTURE ARCHITECTURE OVERVIEW

ARCHITECTURE ARCHITECTURE OVERVIEW ARCHITECTURE ARCHITECTURE OVERVIEW The personalization of the customer experience is in every marketer s mind and this requirement has strong impacts on customer data integration, across channels and applications.

More information

Wednesday, September 19, 12 THE LEADER IN DRUPAL PLATFORM DESIGN AND DEVELOPMENT

Wednesday, September 19, 12 THE LEADER IN DRUPAL PLATFORM DESIGN AND DEVELOPMENT THE LEADER IN DRUPAL PLATFORM DESIGN AND DEVELOPMENT ENERGY.GOV WHO IS PHASE2? PLATFORM SPECIALISTS PLATFORM SPECIALISTS DRUPAL COMMUNITY 55 12 50+ 4 Involved Drupal Professionals Speakers at DrupalCon

More information

DIRECTV RESIDENTIAL EXPERIENCE

DIRECTV RESIDENTIAL EXPERIENCE DIRECTV RESIDENTIAL EXPERIENCE Guest Welcome Screen PRO Quick Start Guide Table of Contents Overview... 3 Content Types... 4 DRE Theme... 5 Create a Theme... 5 Assign a Theme... 6 DRE Home Screen... 7

More information

Continuous Integration and Delivery with Spinnaker

Continuous Integration and Delivery with Spinnaker White Paper Continuous Integration and Delivery with Spinnaker The field of software functional testing is undergoing a major transformation. What used to be an onerous manual process took a big step forward

More information

Building and Deploying a Saas platform On Prem

Building and Deploying a Saas platform On Prem Building and Deploying a Saas platform On Prem A Digital Asset Management System as a Service Christophe Vanlancker @Carroarmato0 Slides by Michel van de Ven and Julien Pivotto Christophe Vanlancker Internal

More information

BUILDING A PLATFORM FOR NBA

BUILDING A PLATFORM FOR NBA BUILDING A PLATFORM FOR NBA TOBBY HAGLER JOSH MULLIKIN BUILDING A PLATFORM FOR NBA Unified platform driving web, mobile, big screen Integrate live data, editorial content, live video, & on-demand video

More information

Seven Habits of Highly Effective Jenkins Users

Seven Habits of Highly Effective Jenkins Users Seven Habits of Highly Effective Jenkins Users What is this talk about? Lessons learned: Maintaining multiple large Jenkins instances. Working on Jenkins itself, and many of its plugins. Seeing customer

More information

Drupal 7 Hook Schema Not Called

Drupal 7 Hook Schema Not Called Drupal 7 Hook Schema Not Called Categories: Drupal 7.x Hi, hook_install needs to be.install file and it is only called when you first activate your module in Drupal. Log in or register to will not work

More information

Drupal Beginner Training

Drupal Beginner Training Drupal Beginner Training http://bit.ly/1834sue Rod Martin @imrodmartin Myself Yourself The people sitting next to you Introductions Rod Martin @imrodmartin rod@ostraining.com Support After the Class Book

More information

ForeScout Extended Module for ServiceNow

ForeScout Extended Module for ServiceNow ForeScout Extended Module for ServiceNow Version 1.1.0 Table of Contents About this Integration... 4 Use Cases... 4 Asset Identification... 4 Asset Inventory True-up... 5 Additional ServiceNow Documentation...

More information

Your Engineering Excellency

Your Engineering Excellency Your Engineering Excellency With hundreds of projects in dozens of industries, EPAM Systems can boast expertise and excellence in lots of different technologies. E-commerce, Big Data, content management,

More information

Kampatools. A construction kit based on Drupal

Kampatools. A construction kit based on Drupal Kampatools A construction kit based on Drupal Part I Business & Strategy Drupal Drupal Drupal Drupal A typical custom project - Facts ~5 year lifecycle Initial cost =100% Continuous Maintenance +10%

More information

Jenkins: A complete solution. From Continuous Integration to Continuous Delivery For HSBC

Jenkins: A complete solution. From Continuous Integration to Continuous Delivery For HSBC Jenkins: A complete solution From Integration to Delivery For HSBC Rajesh Kumar DevOps Architect @RajeshKumarIN www.rajeshkumar.xyz Agenda Why Jenkins? Introduction and some facts about Jenkins Supported

More information

Wir digitalisieren Ihre Verwaltung!

Wir digitalisieren Ihre Verwaltung! Wir digitalisieren Ihre Verwaltung! Wir entwickeln Web- und Open Source basierte Softwarelösungen für Institutionen des öffentlichen Sektors. Bei der E-Government-Beratung fokussieren wir uns auf techniknahe

More information

More Dev / Less Ops. Sean Dietrich DrupalCorn '18

More Dev / Less Ops. Sean Dietrich DrupalCorn '18 More Dev / Less Ops Sean Dietrich DrupalCorn '18 Hi there! I m a Technical Lead at Kanopi Studios. @seanedietrich / sean_e_dietrich / sean.e.dietrich Maintainer on the Docksal Project Drupal Development

More information

WHAT IS NEW FOR DEVS IN SP 2013

WHAT IS NEW FOR DEVS IN SP 2013 WHAT IS NEW FOR DEVS IN SP 2013 ADIS JUGO, PLANB. SHAREPOINT AND PROJECT CONFERENCE ADRIATICS ZAGREB, 11/28/2012 ponsors Agenda Apps Search Workflow WCM Mobile Other APPS In its most basic form, an app

More information

Building Scaleable Cloud Infrastructure using the Red Hat OpenStack Platform

Building Scaleable Cloud Infrastructure using the Red Hat OpenStack Platform Building Scaleable Cloud Infrastructure using the Red Hat OpenStack Platform Will Foster Sr. Systems Engineer, Red Hat Dan Radez Sr. Software Engineer, Red Hat Kambiz Aghaiepour Principal Software Engineer,

More information

Alteryx Technical Overview

Alteryx Technical Overview Alteryx Technical Overview v 1.5, March 2017 2017 Alteryx, Inc. v1.5, March 2017 Page 1 Contents System Overview... 3 Alteryx Designer... 3 Alteryx Engine... 3 Alteryx Service... 5 Alteryx Scheduler...

More information

Installation and Activation of Foody pro theme

Installation and Activation of Foody pro theme Installation and Activation of Foody pro theme Installation 1. Install Word Press from http://codex.wordpress.org/installing_wordpress. 2. Upload via Word press Admin: - Go to your WordPress admin panel,

More information

Managed Make Project File Error Code Composer

Managed Make Project File Error Code Composer Managed Make Project File Error Code Composer Also, I checked to make sure that in Project Properties, the TivaWare installation Using the imported project simply called 'Project', I managed to get the

More information

Foundation Drupal 7: Learn How To Use The Drupal Framework To Quickly Build Feature-rich Websites By RJ Townsend

Foundation Drupal 7: Learn How To Use The Drupal Framework To Quickly Build Feature-rich Websites By RJ Townsend Foundation Drupal 7: Learn How To Use The Drupal Framework To Quickly Build Feature-rich Websites By RJ Townsend Foundation Drupal 7: Learn How to Use the Drupal Framework to - (1430228083), 1430228083,

More information

HPE Customer Incentives. May - July 2017

HPE Customer Incentives. May - July 2017 HPE Customer Incentives May - July 2017 Contact your partner representative for more details 2 Buy Compute Get Composable Before you purchase additional compute, consider transforming to Composable Infrastructure

More information

Documentation External Synchronization FirstSpirit

Documentation External Synchronization FirstSpirit Documentation External Synchronization FirstSpirit 2018-10 Status RELEASED Department Copyright FS-Core 2018 e-spirit AG File name SYNC_EN_FirstSpirit_External_Synchronization e-spirit AG Stockholmer Allee

More information

01 : Our Introduction

01 : Our Introduction 01 : Our Introduction 02 : About Us ABOUT DIGITAL REVOLUTION We transform coffee cups to your beautiful impressions on internet. As an innovative website design and development company, we can translate

More information