SlideShare una empresa de Scribd logo
1 de 13
The CivicActions Drupal Directory Structure Gregory Heller (@gregoryheller on twitter) CivicActions.com Seattle Drupal User Group (#seadug) May 2009
Default Drupal Setup If you download and unzip drupal, usually you will put it in public_html: /public_html/ ( drupal core live here) /public_html/sites /public_html/sites/all/modules /public_html/sites/default
Default Drupal: Pros/Cons ,[object Object],[object Object],[object Object],[object Object],[object Object]
CivicActions Directory Structure We run 3 versions of each site: dev, qa, live.  All run off the same version of core. Active development takes place on dev (new modules, theme changes first tested there). SVN Tags gets cut and moved to QA for more testing. The tag then is released to Live.
CivicActions Directory Structure You don't need to run your setup like this, or use SVN to reap the benefits of the CivicActions Directory Structure.
CivicActions Directory Structure What are the benefits? No need to backup drupal core, you can always download it again. Back up all your sites directories easily and at one No need to move your sites directory for every core upgrade. Possible to run multiple versions of core for different sites off the “same” multi site.
CivicActions Directory Structure Limitations and Drawbacks: Some hosting companies don't let you access anything outside of your web root. Get a new hosting company. Some webhosts have limitations on the number (depth) of symlinks ( symlink1  =>  sym2  =>real_file doesn't work). You can modify the structure a bit while still reaping the benefits.
CivicActions Directory Structure These are all real directories (at the same level): /public_html/ /drupal/nobackup/ /drupal/nobackup/6.11 /sites/ /sites/all /sites/example.com
CivicActions SymLinks Symlinks (short for “symbolic links”) are your friend. They're like “shortcuts”. Create them with the following command: $ ln -s target/directory symlink See where they point with:  $ ls -la where “target/directory” is the directory or file you want to link to, and “symlink” is the link
CivicActions SymLinks Structure /public_html/ example.com  => ../drupal/nobackup/ 6 this symlink sends apache requests from your public_html directory to drupal/nobackup/6 /drupal/nobackup/ 6  => 6.11  (/drupal/nobackup.6.11) this symlink sends requests from “6” to “6.10” allowing you to easily switch to a new version of drupal core /drupal/nobackup/6.11/ sites  => ../../../sites this symlink points to a sites directory outside of drupal core, which means you don't have to move the “sites” directory each time you upgrade core, and also makes it easier to backup sites (your contrib modules and files)
What does your Sites Directory Look Like? This is no different from a “standard” multisite setup. Drupal “knows” which site to serve up based on the apache referral. All sites can access the modules and themes in the /sites/all directory. Notice there is no “default” directory! /sites/all /sites/all/modules/contrib /sites/all/modules/custom /sites/example.com /sites/example.com/modules/contrib /sites/example-two.com /sites/example-two.com/modules/contrib
Advanced Tricks: Staging Sites Sometimes you will have a staging site like drupal.example.com because your client is not ready to launch. In your sites directory you can symlink  drupal.example.com  => example.com When the time comes to launch the site, all you need to do is point the final domain at your drupal core install (which means, at the symlink in public_html that points to drupal/nobackup/ 6 )
Recap apache request for example.com goes to  public_html/ example.com  which symlinks to  ../drupal/nobackup/ 6  which symlinks to  drupal/nobackup/6.11 Drupal looks in  / sites   which symlinks to  ../../../sites  for example.com and finds it, and  settings.php  which points to the right database, and all the modules and themes live in that directory ( /sites/example.com  or  /sites/all ).

Más contenido relacionado

La actualidad más candente

Introduction to Drupal 7 - Performance optimization
Introduction to Drupal 7 - Performance optimizationIntroduction to Drupal 7 - Performance optimization
Introduction to Drupal 7 - Performance optimizationKalin Chernev
 
Open Source Content Management Systems
Open Source Content Management SystemsOpen Source Content Management Systems
Open Source Content Management SystemsMatthew Turland
 
Media handling in Drupal (Drupalcamp Leuven 2013)
Media handling in Drupal (Drupalcamp Leuven 2013)Media handling in Drupal (Drupalcamp Leuven 2013)
Media handling in Drupal (Drupalcamp Leuven 2013)Pure Sign
 
Difference Between Drupal 6 vs drupal 7
Difference Between Drupal 6 vs drupal 7 Difference Between Drupal 6 vs drupal 7
Difference Between Drupal 6 vs drupal 7 Dhinakaran Mani
 
Drupal 6 to 7 migration guide
Drupal 6 to 7 migration guideDrupal 6 to 7 migration guide
Drupal 6 to 7 migration guideEbizon
 
Taking your site from Drupal 6 to Drupal 7
Taking your site from Drupal 6 to Drupal 7Taking your site from Drupal 6 to Drupal 7
Taking your site from Drupal 6 to Drupal 7Phase2
 
Drupal Distributions
Drupal DistributionsDrupal Distributions
Drupal DistributionsAnne Stefanyk
 
The Foundations of Being Sassy in Drupal
The Foundations of Being Sassy in DrupalThe Foundations of Being Sassy in Drupal
The Foundations of Being Sassy in DrupalEllie Roepken
 
How to Create a Drupal 8 Theme Using Bootstrap
How to Create a Drupal 8 Theme Using Bootstrap How to Create a Drupal 8 Theme Using Bootstrap
How to Create a Drupal 8 Theme Using Bootstrap Acquia
 
Drupal Step-by-Step: How We Built Our Training Site, Part 2
Drupal Step-by-Step: How We Built Our Training Site, Part 2Drupal Step-by-Step: How We Built Our Training Site, Part 2
Drupal Step-by-Step: How We Built Our Training Site, Part 2Acquia
 
Beginner's guide to drupal
Beginner's guide to drupalBeginner's guide to drupal
Beginner's guide to drupalmayank.grd
 
Bootstrap base theme for Drupal 7
Bootstrap base theme for Drupal 7Bootstrap base theme for Drupal 7
Bootstrap base theme for Drupal 7Cedric Spillebeen
 
Drupal 7 Search Engine Optimisation
Drupal 7 Search Engine OptimisationDrupal 7 Search Engine Optimisation
Drupal 7 Search Engine OptimisationPeter Macinkovic
 
Deployer - Deployment tool for PHP
Deployer - Deployment tool for PHPDeployer - Deployment tool for PHP
Deployer - Deployment tool for PHPhernanibf
 
Using Foundation with Drupal
Using Foundation with DrupalUsing Foundation with Drupal
Using Foundation with DrupalExove
 
Anton Faibyshev - Drupal 8: lazy builder. What we need to build a house - we ...
Anton Faibyshev - Drupal 8: lazy builder. What we need to build a house - we ...Anton Faibyshev - Drupal 8: lazy builder. What we need to build a house - we ...
Anton Faibyshev - Drupal 8: lazy builder. What we need to build a house - we ...DrupalCamp Kyiv
 
Put a little Backbone in your WordPress vs. 3
Put a little Backbone in your WordPress vs. 3Put a little Backbone in your WordPress vs. 3
Put a little Backbone in your WordPress vs. 3adamsilverstein
 

La actualidad más candente (20)

Introduction to Drupal 7 - Performance optimization
Introduction to Drupal 7 - Performance optimizationIntroduction to Drupal 7 - Performance optimization
Introduction to Drupal 7 - Performance optimization
 
Open Source Content Management Systems
Open Source Content Management SystemsOpen Source Content Management Systems
Open Source Content Management Systems
 
Drupal
DrupalDrupal
Drupal
 
Media handling in Drupal (Drupalcamp Leuven 2013)
Media handling in Drupal (Drupalcamp Leuven 2013)Media handling in Drupal (Drupalcamp Leuven 2013)
Media handling in Drupal (Drupalcamp Leuven 2013)
 
Difference Between Drupal 6 vs drupal 7
Difference Between Drupal 6 vs drupal 7 Difference Between Drupal 6 vs drupal 7
Difference Between Drupal 6 vs drupal 7
 
Drupal 6 to 7 migration guide
Drupal 6 to 7 migration guideDrupal 6 to 7 migration guide
Drupal 6 to 7 migration guide
 
Taking your site from Drupal 6 to Drupal 7
Taking your site from Drupal 6 to Drupal 7Taking your site from Drupal 6 to Drupal 7
Taking your site from Drupal 6 to Drupal 7
 
Drupal Distributions
Drupal DistributionsDrupal Distributions
Drupal Distributions
 
The Foundations of Being Sassy in Drupal
The Foundations of Being Sassy in DrupalThe Foundations of Being Sassy in Drupal
The Foundations of Being Sassy in Drupal
 
How to Create a Drupal 8 Theme Using Bootstrap
How to Create a Drupal 8 Theme Using Bootstrap How to Create a Drupal 8 Theme Using Bootstrap
How to Create a Drupal 8 Theme Using Bootstrap
 
Drupal Step-by-Step: How We Built Our Training Site, Part 2
Drupal Step-by-Step: How We Built Our Training Site, Part 2Drupal Step-by-Step: How We Built Our Training Site, Part 2
Drupal Step-by-Step: How We Built Our Training Site, Part 2
 
Beginner's guide to drupal
Beginner's guide to drupalBeginner's guide to drupal
Beginner's guide to drupal
 
Bootstrap base theme for Drupal 7
Bootstrap base theme for Drupal 7Bootstrap base theme for Drupal 7
Bootstrap base theme for Drupal 7
 
Drupal 7 Search Engine Optimisation
Drupal 7 Search Engine OptimisationDrupal 7 Search Engine Optimisation
Drupal 7 Search Engine Optimisation
 
Deployer - Deployment tool for PHP
Deployer - Deployment tool for PHPDeployer - Deployment tool for PHP
Deployer - Deployment tool for PHP
 
Using Foundation with Drupal
Using Foundation with DrupalUsing Foundation with Drupal
Using Foundation with Drupal
 
An Introduction to Drupal
An Introduction to DrupalAn Introduction to Drupal
An Introduction to Drupal
 
Anton Faibyshev - Drupal 8: lazy builder. What we need to build a house - we ...
Anton Faibyshev - Drupal 8: lazy builder. What we need to build a house - we ...Anton Faibyshev - Drupal 8: lazy builder. What we need to build a house - we ...
Anton Faibyshev - Drupal 8: lazy builder. What we need to build a house - we ...
 
Drupalcampatl d7
Drupalcampatl d7Drupalcampatl d7
Drupalcampatl d7
 
Put a little Backbone in your WordPress vs. 3
Put a little Backbone in your WordPress vs. 3Put a little Backbone in your WordPress vs. 3
Put a little Backbone in your WordPress vs. 3
 

Destacado

用Erlang构建容错系统
用Erlang构建容错系统用Erlang构建容错系统
用Erlang构建容错系统Cheng Lian
 
Maggie Valley NC Trip, revised
Maggie Valley NC Trip, revisedMaggie Valley NC Trip, revised
Maggie Valley NC Trip, revisedChristyKS
 
Nu2014 mooc ossiannilsson creelman_ehlers
Nu2014 mooc ossiannilsson creelman_ehlersNu2014 mooc ossiannilsson creelman_ehlers
Nu2014 mooc ossiannilsson creelman_ehlersEbba Ossiannilsson
 
Ossiannilsson medfak sida_lu2014
Ossiannilsson medfak sida_lu2014Ossiannilsson medfak sida_lu2014
Ossiannilsson medfak sida_lu2014Ebba Ossiannilsson
 
High availability + high performance
High availability + high performanceHigh availability + high performance
High availability + high performanceRoel Bruggink
 
Open & Shut: Leadership in the Social World
Open & Shut: Leadership in the Social WorldOpen & Shut: Leadership in the Social World
Open & Shut: Leadership in the Social WorldJordan Epp
 
Ossiannilsson medfak sida_ipt_march2016
Ossiannilsson medfak sida_ipt_march2016Ossiannilsson medfak sida_ipt_march2016
Ossiannilsson medfak sida_ipt_march2016Ebba Ossiannilsson
 
РИФ 2016, Рейтинг Mail.ru - аналитический сервис для вашего бизнеса
РИФ 2016, Рейтинг Mail.ru - аналитический сервис для вашего бизнесаРИФ 2016, Рейтинг Mail.ru - аналитический сервис для вашего бизнеса
РИФ 2016, Рейтинг Mail.ru - аналитический сервис для вашего бизнесаТарасов Константин
 
Ossiannilsson tiim2011 boldic session
Ossiannilsson tiim2011 boldic sessionOssiannilsson tiim2011 boldic session
Ossiannilsson tiim2011 boldic sessionEbba Ossiannilsson
 
РИФ 2016, Всегда ли новое лучше старого или какую игру выбираешь ты?
РИФ 2016, Всегда ли новое лучше старого или какую игру выбираешь ты?РИФ 2016, Всегда ли новое лучше старого или какую игру выбираешь ты?
РИФ 2016, Всегда ли новое лучше старого или какую игру выбираешь ты?Тарасов Константин
 
Food apps competitive analysis (Apr 2011)
Food apps competitive analysis (Apr 2011)Food apps competitive analysis (Apr 2011)
Food apps competitive analysis (Apr 2011)Artem Zhiganov
 
Ossiannilsson sequent master class barcelona2014
Ossiannilsson sequent master class barcelona2014Ossiannilsson sequent master class barcelona2014
Ossiannilsson sequent master class barcelona2014Ebba Ossiannilsson
 
I am
I amI am
I amB AC
 
curiculum vitae - edwina
curiculum vitae - edwinacuriculum vitae - edwina
curiculum vitae - edwinaEdwina Vochot
 

Destacado (20)

用Erlang构建容错系统
用Erlang构建容错系统用Erlang构建容错系统
用Erlang构建容错系统
 
Maggie Valley NC Trip, revised
Maggie Valley NC Trip, revisedMaggie Valley NC Trip, revised
Maggie Valley NC Trip, revised
 
Nu2014 mooc ossiannilsson creelman_ehlers
Nu2014 mooc ossiannilsson creelman_ehlersNu2014 mooc ossiannilsson creelman_ehlers
Nu2014 mooc ossiannilsson creelman_ehlers
 
Ossiannilsson medfak sida_lu2014
Ossiannilsson medfak sida_lu2014Ossiannilsson medfak sida_lu2014
Ossiannilsson medfak sida_lu2014
 
High availability + high performance
High availability + high performanceHigh availability + high performance
High availability + high performance
 
Iso sis ossiannilsson2014
Iso sis ossiannilsson2014Iso sis ossiannilsson2014
Iso sis ossiannilsson2014
 
Lavoro etica sviluppo
Lavoro etica sviluppoLavoro etica sviluppo
Lavoro etica sviluppo
 
Open & Shut: Leadership in the Social World
Open & Shut: Leadership in the Social WorldOpen & Shut: Leadership in the Social World
Open & Shut: Leadership in the Social World
 
Ossiannilsson medfak sida_ipt_march2016
Ossiannilsson medfak sida_ipt_march2016Ossiannilsson medfak sida_ipt_march2016
Ossiannilsson medfak sida_ipt_march2016
 
Mapa
MapaMapa
Mapa
 
Ossiannilsson 140422 lnu
Ossiannilsson 140422 lnuOssiannilsson 140422 lnu
Ossiannilsson 140422 lnu
 
РИФ 2016, Рейтинг Mail.ru - аналитический сервис для вашего бизнеса
РИФ 2016, Рейтинг Mail.ru - аналитический сервис для вашего бизнесаРИФ 2016, Рейтинг Mail.ru - аналитический сервис для вашего бизнеса
РИФ 2016, Рейтинг Mail.ru - аналитический сервис для вашего бизнеса
 
Ossiannilsson tiim2011 boldic session
Ossiannilsson tiim2011 boldic sessionOssiannilsson tiim2011 boldic session
Ossiannilsson tiim2011 boldic session
 
РИФ 2016, Всегда ли новое лучше старого или какую игру выбираешь ты?
РИФ 2016, Всегда ли новое лучше старого или какую игру выбираешь ты?РИФ 2016, Всегда ли новое лучше старого или какую игру выбираешь ты?
РИФ 2016, Всегда ли новое лучше старого или какую игру выбираешь ты?
 
Food apps competitive analysis (Apr 2011)
Food apps competitive analysis (Apr 2011)Food apps competitive analysis (Apr 2011)
Food apps competitive analysis (Apr 2011)
 
Ossiannilsson sequent master class barcelona2014
Ossiannilsson sequent master class barcelona2014Ossiannilsson sequent master class barcelona2014
Ossiannilsson sequent master class barcelona2014
 
I am
I amI am
I am
 
Ossiannilsson130820 miun
Ossiannilsson130820 miunOssiannilsson130820 miun
Ossiannilsson130820 miun
 
curiculum vitae - edwina
curiculum vitae - edwinacuriculum vitae - edwina
curiculum vitae - edwina
 
Ossiannilsson fbf 210915
Ossiannilsson fbf 210915Ossiannilsson fbf 210915
Ossiannilsson fbf 210915
 

Similar a CivicActions Drupal Directory Structure

SynapseIndia drupal presentation on drupal best practices
SynapseIndia drupal  presentation on drupal best practicesSynapseIndia drupal  presentation on drupal best practices
SynapseIndia drupal presentation on drupal best practicesSynapseindiappsdevelopment
 
Drupal Multi-Site Setup
Drupal Multi-Site SetupDrupal Multi-Site Setup
Drupal Multi-Site Setupylynfatt
 
Building a Custom Theme in Drupal 8
Building a Custom Theme in Drupal 8Building a Custom Theme in Drupal 8
Building a Custom Theme in Drupal 8Anne Tomasevich
 
Drupal Now! - Introduction to Drupal
Drupal Now! - Introduction to DrupalDrupal Now! - Introduction to Drupal
Drupal Now! - Introduction to DrupalAlozie Nwosu
 
Top 8 Improvements in Drupal 8
Top 8 Improvements in Drupal 8Top 8 Improvements in Drupal 8
Top 8 Improvements in Drupal 8Angela Byron
 
Improving your Drupal 8 development workflow DrupalCampLA
Improving your Drupal 8 development workflow DrupalCampLAImproving your Drupal 8 development workflow DrupalCampLA
Improving your Drupal 8 development workflow DrupalCampLAJesus Manuel Olivas
 
Rapid site production with Drupal
Rapid site production with DrupalRapid site production with Drupal
Rapid site production with DrupalRob Sawyer
 
Introduction to Drupal - Installation, Anatomy, Terminologies
Introduction to Drupal - Installation, Anatomy, TerminologiesIntroduction to Drupal - Installation, Anatomy, Terminologies
Introduction to Drupal - Installation, Anatomy, TerminologiesGerald Villorente
 
Introduction To Drupal
Introduction To DrupalIntroduction To Drupal
Introduction To DrupalLauren Roth
 
Building a Drupal Distribution using Features, Drush Make, Installation Profi...
Building a Drupal Distribution using Features, Drush Make, Installation Profi...Building a Drupal Distribution using Features, Drush Make, Installation Profi...
Building a Drupal Distribution using Features, Drush Make, Installation Profi...Ben Shell
 
Doing Drupal: Quick Start Deployments via Distributions
Doing Drupal: Quick Start Deployments via DistributionsDoing Drupal: Quick Start Deployments via Distributions
Doing Drupal: Quick Start Deployments via DistributionsThom Bunting
 
Drupal in Libraries
Drupal in LibrariesDrupal in Libraries
Drupal in LibrariesCary Gordon
 
Making The Drupal Pill Easier To Swallow
Making The Drupal Pill Easier To SwallowMaking The Drupal Pill Easier To Swallow
Making The Drupal Pill Easier To SwallowPhilip Norton
 
Drupal: an Overview
Drupal: an OverviewDrupal: an Overview
Drupal: an OverviewMatt Weaver
 
Drupal Theme Development - DrupalCon Chicago 2011
Drupal Theme Development - DrupalCon Chicago 2011Drupal Theme Development - DrupalCon Chicago 2011
Drupal Theme Development - DrupalCon Chicago 2011Ryan Price
 
Converting (X)HTML/CSS template to Drupal 7 Theme
Converting (X)HTML/CSS template to Drupal 7 ThemeConverting (X)HTML/CSS template to Drupal 7 Theme
Converting (X)HTML/CSS template to Drupal 7 ThemeAdolfo Nasol
 
Everything You Need to Know About the Top Changes in Drupal 8
Everything You Need to Know About the Top Changes in Drupal 8Everything You Need to Know About the Top Changes in Drupal 8
Everything You Need to Know About the Top Changes in Drupal 8Acquia
 

Similar a CivicActions Drupal Directory Structure (20)

Drupal - Introduction to Drupal Creating Modules
Drupal - Introduction to Drupal Creating ModulesDrupal - Introduction to Drupal Creating Modules
Drupal - Introduction to Drupal Creating Modules
 
SynapseIndia drupal presentation on drupal best practices
SynapseIndia drupal  presentation on drupal best practicesSynapseIndia drupal  presentation on drupal best practices
SynapseIndia drupal presentation on drupal best practices
 
Drupal Multi-Site Setup
Drupal Multi-Site SetupDrupal Multi-Site Setup
Drupal Multi-Site Setup
 
Building a Custom Theme in Drupal 8
Building a Custom Theme in Drupal 8Building a Custom Theme in Drupal 8
Building a Custom Theme in Drupal 8
 
Drupal Now! - Introduction to Drupal
Drupal Now! - Introduction to DrupalDrupal Now! - Introduction to Drupal
Drupal Now! - Introduction to Drupal
 
Top 8 Improvements in Drupal 8
Top 8 Improvements in Drupal 8Top 8 Improvements in Drupal 8
Top 8 Improvements in Drupal 8
 
Improving your Drupal 8 development workflow DrupalCampLA
Improving your Drupal 8 development workflow DrupalCampLAImproving your Drupal 8 development workflow DrupalCampLA
Improving your Drupal 8 development workflow DrupalCampLA
 
Rapid site production with Drupal
Rapid site production with DrupalRapid site production with Drupal
Rapid site production with Drupal
 
Drupal
DrupalDrupal
Drupal
 
Introduction to Drupal - Installation, Anatomy, Terminologies
Introduction to Drupal - Installation, Anatomy, TerminologiesIntroduction to Drupal - Installation, Anatomy, Terminologies
Introduction to Drupal - Installation, Anatomy, Terminologies
 
Introduction To Drupal
Introduction To DrupalIntroduction To Drupal
Introduction To Drupal
 
Building a Drupal Distribution using Features, Drush Make, Installation Profi...
Building a Drupal Distribution using Features, Drush Make, Installation Profi...Building a Drupal Distribution using Features, Drush Make, Installation Profi...
Building a Drupal Distribution using Features, Drush Make, Installation Profi...
 
Doing Drupal: Quick Start Deployments via Distributions
Doing Drupal: Quick Start Deployments via DistributionsDoing Drupal: Quick Start Deployments via Distributions
Doing Drupal: Quick Start Deployments via Distributions
 
Drupal in Libraries
Drupal in LibrariesDrupal in Libraries
Drupal in Libraries
 
Making The Drupal Pill Easier To Swallow
Making The Drupal Pill Easier To SwallowMaking The Drupal Pill Easier To Swallow
Making The Drupal Pill Easier To Swallow
 
Drupal Multi-site for Fun and Profit
Drupal Multi-site for Fun and ProfitDrupal Multi-site for Fun and Profit
Drupal Multi-site for Fun and Profit
 
Drupal: an Overview
Drupal: an OverviewDrupal: an Overview
Drupal: an Overview
 
Drupal Theme Development - DrupalCon Chicago 2011
Drupal Theme Development - DrupalCon Chicago 2011Drupal Theme Development - DrupalCon Chicago 2011
Drupal Theme Development - DrupalCon Chicago 2011
 
Converting (X)HTML/CSS template to Drupal 7 Theme
Converting (X)HTML/CSS template to Drupal 7 ThemeConverting (X)HTML/CSS template to Drupal 7 Theme
Converting (X)HTML/CSS template to Drupal 7 Theme
 
Everything You Need to Know About the Top Changes in Drupal 8
Everything You Need to Know About the Top Changes in Drupal 8Everything You Need to Know About the Top Changes in Drupal 8
Everything You Need to Know About the Top Changes in Drupal 8
 

Más de Gregory Heller

Agile Project management For Drupal Web Development Projects
Agile Project management For Drupal Web Development ProjectsAgile Project management For Drupal Web Development Projects
Agile Project management For Drupal Web Development ProjectsGregory Heller
 
Crowdfunding In The Kitchen - Seattle Chefs Collaborative National Sustainabl...
Crowdfunding In The Kitchen - Seattle Chefs Collaborative National Sustainabl...Crowdfunding In The Kitchen - Seattle Chefs Collaborative National Sustainabl...
Crowdfunding In The Kitchen - Seattle Chefs Collaborative National Sustainabl...Gregory Heller
 
Free & Open Source Software For Nonprofits: NTEN Webinar
Free & Open Source Software For Nonprofits: NTEN Webinar Free & Open Source Software For Nonprofits: NTEN Webinar
Free & Open Source Software For Nonprofits: NTEN Webinar Gregory Heller
 
SCRUM Project Management For Wedding Planning
SCRUM Project Management For Wedding PlanningSCRUM Project Management For Wedding Planning
SCRUM Project Management For Wedding PlanningGregory Heller
 
CiviCON Ignite: Gregory Heller on 15 Improvements To CiviCRM
CiviCON Ignite: Gregory Heller on 15 Improvements To CiviCRMCiviCON Ignite: Gregory Heller on 15 Improvements To CiviCRM
CiviCON Ignite: Gregory Heller on 15 Improvements To CiviCRMGregory Heller
 
NTC 2010 "Working With Opensource Software And Vendors"
NTC 2010 "Working With Opensource Software And Vendors"NTC 2010 "Working With Opensource Software And Vendors"
NTC 2010 "Working With Opensource Software And Vendors"Gregory Heller
 
"You Don't Need A Website" Ignite NTC 2010 Gregory Heller
"You Don't Need A Website" Ignite NTC 2010 Gregory Heller"You Don't Need A Website" Ignite NTC 2010 Gregory Heller
"You Don't Need A Website" Ignite NTC 2010 Gregory HellerGregory Heller
 
Listening: Free Tools & Techniques for Nonprofit Brand Monitoring
Listening: Free Tools & Techniques for Nonprofit Brand MonitoringListening: Free Tools & Techniques for Nonprofit Brand Monitoring
Listening: Free Tools & Techniques for Nonprofit Brand MonitoringGregory Heller
 
Social Media Overview and Strategy For NGOs
Social Media Overview and Strategy For NGOsSocial Media Overview and Strategy For NGOs
Social Media Overview and Strategy For NGOsGregory Heller
 
Social Media Overview and Strategy For NGOs
Social Media Overview and Strategy For NGOsSocial Media Overview and Strategy For NGOs
Social Media Overview and Strategy For NGOsGregory Heller
 
What Makes A Green Cab
What Makes A Green CabWhat Makes A Green Cab
What Makes A Green CabGregory Heller
 

Más de Gregory Heller (11)

Agile Project management For Drupal Web Development Projects
Agile Project management For Drupal Web Development ProjectsAgile Project management For Drupal Web Development Projects
Agile Project management For Drupal Web Development Projects
 
Crowdfunding In The Kitchen - Seattle Chefs Collaborative National Sustainabl...
Crowdfunding In The Kitchen - Seattle Chefs Collaborative National Sustainabl...Crowdfunding In The Kitchen - Seattle Chefs Collaborative National Sustainabl...
Crowdfunding In The Kitchen - Seattle Chefs Collaborative National Sustainabl...
 
Free & Open Source Software For Nonprofits: NTEN Webinar
Free & Open Source Software For Nonprofits: NTEN Webinar Free & Open Source Software For Nonprofits: NTEN Webinar
Free & Open Source Software For Nonprofits: NTEN Webinar
 
SCRUM Project Management For Wedding Planning
SCRUM Project Management For Wedding PlanningSCRUM Project Management For Wedding Planning
SCRUM Project Management For Wedding Planning
 
CiviCON Ignite: Gregory Heller on 15 Improvements To CiviCRM
CiviCON Ignite: Gregory Heller on 15 Improvements To CiviCRMCiviCON Ignite: Gregory Heller on 15 Improvements To CiviCRM
CiviCON Ignite: Gregory Heller on 15 Improvements To CiviCRM
 
NTC 2010 "Working With Opensource Software And Vendors"
NTC 2010 "Working With Opensource Software And Vendors"NTC 2010 "Working With Opensource Software And Vendors"
NTC 2010 "Working With Opensource Software And Vendors"
 
"You Don't Need A Website" Ignite NTC 2010 Gregory Heller
"You Don't Need A Website" Ignite NTC 2010 Gregory Heller"You Don't Need A Website" Ignite NTC 2010 Gregory Heller
"You Don't Need A Website" Ignite NTC 2010 Gregory Heller
 
Listening: Free Tools & Techniques for Nonprofit Brand Monitoring
Listening: Free Tools & Techniques for Nonprofit Brand MonitoringListening: Free Tools & Techniques for Nonprofit Brand Monitoring
Listening: Free Tools & Techniques for Nonprofit Brand Monitoring
 
Social Media Overview and Strategy For NGOs
Social Media Overview and Strategy For NGOsSocial Media Overview and Strategy For NGOs
Social Media Overview and Strategy For NGOs
 
Social Media Overview and Strategy For NGOs
Social Media Overview and Strategy For NGOsSocial Media Overview and Strategy For NGOs
Social Media Overview and Strategy For NGOs
 
What Makes A Green Cab
What Makes A Green CabWhat Makes A Green Cab
What Makes A Green Cab
 

Último

Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 

Último (20)

Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 

CivicActions Drupal Directory Structure

  • 1. The CivicActions Drupal Directory Structure Gregory Heller (@gregoryheller on twitter) CivicActions.com Seattle Drupal User Group (#seadug) May 2009
  • 2. Default Drupal Setup If you download and unzip drupal, usually you will put it in public_html: /public_html/ ( drupal core live here) /public_html/sites /public_html/sites/all/modules /public_html/sites/default
  • 3.
  • 4. CivicActions Directory Structure We run 3 versions of each site: dev, qa, live. All run off the same version of core. Active development takes place on dev (new modules, theme changes first tested there). SVN Tags gets cut and moved to QA for more testing. The tag then is released to Live.
  • 5. CivicActions Directory Structure You don't need to run your setup like this, or use SVN to reap the benefits of the CivicActions Directory Structure.
  • 6. CivicActions Directory Structure What are the benefits? No need to backup drupal core, you can always download it again. Back up all your sites directories easily and at one No need to move your sites directory for every core upgrade. Possible to run multiple versions of core for different sites off the “same” multi site.
  • 7. CivicActions Directory Structure Limitations and Drawbacks: Some hosting companies don't let you access anything outside of your web root. Get a new hosting company. Some webhosts have limitations on the number (depth) of symlinks ( symlink1 => sym2 =>real_file doesn't work). You can modify the structure a bit while still reaping the benefits.
  • 8. CivicActions Directory Structure These are all real directories (at the same level): /public_html/ /drupal/nobackup/ /drupal/nobackup/6.11 /sites/ /sites/all /sites/example.com
  • 9. CivicActions SymLinks Symlinks (short for “symbolic links”) are your friend. They're like “shortcuts”. Create them with the following command: $ ln -s target/directory symlink See where they point with: $ ls -la where “target/directory” is the directory or file you want to link to, and “symlink” is the link
  • 10. CivicActions SymLinks Structure /public_html/ example.com => ../drupal/nobackup/ 6 this symlink sends apache requests from your public_html directory to drupal/nobackup/6 /drupal/nobackup/ 6 => 6.11 (/drupal/nobackup.6.11) this symlink sends requests from “6” to “6.10” allowing you to easily switch to a new version of drupal core /drupal/nobackup/6.11/ sites => ../../../sites this symlink points to a sites directory outside of drupal core, which means you don't have to move the “sites” directory each time you upgrade core, and also makes it easier to backup sites (your contrib modules and files)
  • 11. What does your Sites Directory Look Like? This is no different from a “standard” multisite setup. Drupal “knows” which site to serve up based on the apache referral. All sites can access the modules and themes in the /sites/all directory. Notice there is no “default” directory! /sites/all /sites/all/modules/contrib /sites/all/modules/custom /sites/example.com /sites/example.com/modules/contrib /sites/example-two.com /sites/example-two.com/modules/contrib
  • 12. Advanced Tricks: Staging Sites Sometimes you will have a staging site like drupal.example.com because your client is not ready to launch. In your sites directory you can symlink drupal.example.com => example.com When the time comes to launch the site, all you need to do is point the final domain at your drupal core install (which means, at the symlink in public_html that points to drupal/nobackup/ 6 )
  • 13. Recap apache request for example.com goes to public_html/ example.com which symlinks to ../drupal/nobackup/ 6 which symlinks to drupal/nobackup/6.11 Drupal looks in / sites which symlinks to ../../../sites for example.com and finds it, and settings.php which points to the right database, and all the modules and themes live in that directory ( /sites/example.com or /sites/all ).