SlideShare a Scribd company logo
1 of 14
One suffolk
SilverStripe UK Meetup GPMD Ltd www.gpmd.co.uk
Core Requirements
• Central administration control panel
– Site, Theme and Module management
• Self serve sign up process
• A range of standard modules and widgets
• Support for custom modules
• Flexible themes with customisable palettes
• SilverStripe
SilverStripe UK Meetup GPMD Ltd www.gpmd.co.uk
Architecture
• Loosely coupled
– Admin tasks are scheduled in a queue
• Self contained community sites
– Should be relocatable to outside hosting if
necessary
• Shared code/templates
• Git for provisioning and version control
• Support for multiple servers under single
admin
SilverStripe UK Meetup GPMD Ltd www.gpmd.co.uk
Architecture Diagram
SilverStripe UK Meetup GPMD Ltd www.gpmd.co.uk
Control Panel
• ModelAdmin used as framework
• ModelAdmin saves relationships _before_
onBeforeWrite
– Required addition of beforeSave hook
• Standard Security Admin
SilverStripe UK Meetup GPMD Ltd www.gpmd.co.uk
Sites
• Used to create, deploy and manage community
sites
• Sites identified by unique code string
– Combined with .onesuffolk.net to form default
domain name
• When approved, sites are deployed to a server
• Title, Domain Name and Primary Contact Details
can be edited
• Disabling sites will switch them off, not remove
them
SilverStripe UK Meetup GPMD Ltd www.gpmd.co.uk
Organisations
• Each organisation can have many sites if
required
• Name, Address and Contact details can be
edited
• Activity is used toin MetaData
SilverStripe UK Meetup GPMD Ltd www.gpmd.co.uk
Servers
• Multiple servers are supported
• Hostname
• IP Address
SilverStripe UK Meetup GPMD Ltd www.gpmd.co.uk
Lookups
• Tables which are cloned onto community sites
• Category
– IPSV
• Activity
• Postcode
– Parish, Ward, District
– Co-ordinates
SilverStripe UK Meetup GPMD Ltd www.gpmd.co.uk
Themes and Palettes
• A theme is a set of templates, css and images
– css is templated
• Each theme can have one or more palettes
– Sets the variables in the css templates
– Theme contains default values
• Together these are compiled into standard
silverstripe themes
– One theme with three palettes produces three
standard themes
• A theme has one or more sites
– Give a site access to that theme's palettes
SilverStripe UK Meetup GPMD Ltd www.gpmd.co.uk
Modules
• All community site code is modular
– Including sapphire and cms
• Modules may be required and/or standard
• A module can have one or more versions
– Different sites can be running different versions of
a module
SilverStripe UK Meetup GPMD Ltd www.gpmd.co.uk
Jobs
• Most admin operations only modify the admin
database
– Real work is done using a aynchronous jobs
• Jobs extend an abstract job class
– Define a run() method that does the work and returns a
status
• ScheduledJobs extend DataObject
– Produces a queue
• JobManager used to push jobs onto the queue
• JobRunner processes the queue
– Errors are appended to the job
– Serious errors will halt the queue (panic)
SilverStripe UK Meetup GPMD Ltd www.gpmd.co.uk
Modules
• Site Configuration
• Blog/News
• Classifieds
• Events Calendar
• RSS Aggregator
• Image Gallery
• Reporting
• User Defined Forms
• Contact Directory
• Spam Protection
SilverStripe UK Meetup GPMD Ltd www.gpmd.co.uk
GPMD Ltd
14 City Road
London
ECY1 2AA
020 7183 1071
www.gpmd.co.uk
www.meetup.com/SilverStripeUK/
SilverStripe UK Meetup GPMD Ltd www.gpmd.co.uk

More Related Content

What's hot

AEM/CQ Montreal User Group Meeting - March 25, 2015 - Takeaways from Adobe Su...
AEM/CQ Montreal User Group Meeting - March 25, 2015 - Takeaways from Adobe Su...AEM/CQ Montreal User Group Meeting - March 25, 2015 - Takeaways from Adobe Su...
AEM/CQ Montreal User Group Meeting - March 25, 2015 - Takeaways from Adobe Su...INM_
 
CI_CONF 2012: Scaling
CI_CONF 2012: ScalingCI_CONF 2012: Scaling
CI_CONF 2012: ScalingChris Miller
 

What's hot (7)

Using ansible to manage cloud stack
Using ansible to manage cloud stackUsing ansible to manage cloud stack
Using ansible to manage cloud stack
 
AEM/CQ Montreal User Group Meeting - March 25, 2015 - Takeaways from Adobe Su...
AEM/CQ Montreal User Group Meeting - March 25, 2015 - Takeaways from Adobe Su...AEM/CQ Montreal User Group Meeting - March 25, 2015 - Takeaways from Adobe Su...
AEM/CQ Montreal User Group Meeting - March 25, 2015 - Takeaways from Adobe Su...
 
CI_CONF 2012: Scaling
CI_CONF 2012: ScalingCI_CONF 2012: Scaling
CI_CONF 2012: Scaling
 
Hyderbad meetup 19th jan
Hyderbad meetup 19th janHyderbad meetup 19th jan
Hyderbad meetup 19th jan
 
Css sprite
Css spriteCss sprite
Css sprite
 
Postgres Open
Postgres OpenPostgres Open
Postgres Open
 
Mulesoft meetup 29.06
Mulesoft meetup 29.06Mulesoft meetup 29.06
Mulesoft meetup 29.06
 

Viewers also liked

Geography introduction
Geography introduction Geography introduction
Geography introduction sabrinalabbe
 
Silverstripe 2.4-highlights-gpmd
Silverstripe 2.4-highlights-gpmdSilverstripe 2.4-highlights-gpmd
Silverstripe 2.4-highlights-gpmdGPMD Ltd
 
To add to the teacher s ppt
To add to the teacher s pptTo add to the teacher s ppt
To add to the teacher s pptsabrinalabbe
 
Chicago Shakespeare Hard Core Bard Core
Chicago Shakespeare Hard Core Bard CoreChicago Shakespeare Hard Core Bard Core
Chicago Shakespeare Hard Core Bard CoreCarol Jago
 

Viewers also liked (8)

Ovi store ppt_serbia
Ovi store ppt_serbiaOvi store ppt_serbia
Ovi store ppt_serbia
 
Geography introduction
Geography introduction Geography introduction
Geography introduction
 
Mobile user experience intro
Mobile user experience   introMobile user experience   intro
Mobile user experience intro
 
Ovi store ppt_serbia
Ovi store ppt_serbiaOvi store ppt_serbia
Ovi store ppt_serbia
 
Basics of web runtime
Basics of web runtimeBasics of web runtime
Basics of web runtime
 
Silverstripe 2.4-highlights-gpmd
Silverstripe 2.4-highlights-gpmdSilverstripe 2.4-highlights-gpmd
Silverstripe 2.4-highlights-gpmd
 
To add to the teacher s ppt
To add to the teacher s pptTo add to the teacher s ppt
To add to the teacher s ppt
 
Chicago Shakespeare Hard Core Bard Core
Chicago Shakespeare Hard Core Bard CoreChicago Shakespeare Hard Core Bard Core
Chicago Shakespeare Hard Core Bard Core
 

Similar to SilverStripe Meetup 07/06/2011

Drupal theming - a practical approach (European Drupal Days 2015)
Drupal theming - a practical approach (European Drupal Days 2015)Drupal theming - a practical approach (European Drupal Days 2015)
Drupal theming - a practical approach (European Drupal Days 2015)Eugenio Minardi
 
DrupalSouth 2015 - Performance: Not an Afterthought
DrupalSouth 2015 - Performance: Not an AfterthoughtDrupalSouth 2015 - Performance: Not an Afterthought
DrupalSouth 2015 - Performance: Not an AfterthoughtNick Santamaria
 
October 2014 - DrupalCamp Atlanta - Digital Asset Management in Drupal
October 2014 - DrupalCamp Atlanta - Digital Asset Management in DrupalOctober 2014 - DrupalCamp Atlanta - Digital Asset Management in Drupal
October 2014 - DrupalCamp Atlanta - Digital Asset Management in DrupalEric Sembrat
 
Using WordPress for leading local newspaper websites
Using WordPress for leading local newspaper websitesUsing WordPress for leading local newspaper websites
Using WordPress for leading local newspaper websitesChristoph Daum
 
June 10th: The SugarCRM Platform
June 10th: The SugarCRM PlatformJune 10th: The SugarCRM Platform
June 10th: The SugarCRM Platformticomixcrm
 
June 10th: The SugarCRM Platform
June 10th: The SugarCRM PlatformJune 10th: The SugarCRM Platform
June 10th: The SugarCRM PlatformMatthew Cooke
 
Webpack and Web Performance Optimization
Webpack and Web Performance OptimizationWebpack and Web Performance Optimization
Webpack and Web Performance OptimizationChen-Tien Tsai
 
Tridion Content Broker - how and why we are using it at the RSPB (2007)
Tridion Content Broker - how and why we are using it at the RSPB (2007)Tridion Content Broker - how and why we are using it at the RSPB (2007)
Tridion Content Broker - how and why we are using it at the RSPB (2007)Graham Bird
 
How to get your theme in WordPress
How to get your theme in WordPressHow to get your theme in WordPress
How to get your theme in WordPressNisha Singh
 
Maintainable Sitecore Solutions
Maintainable Sitecore SolutionsMaintainable Sitecore Solutions
Maintainable Sitecore SolutionsThomas Eldblom
 
MIGRATION - PAIN OR GAIN?
MIGRATION - PAIN OR GAIN?MIGRATION - PAIN OR GAIN?
MIGRATION - PAIN OR GAIN?DrupalCamp Kyiv
 
Theme Development: From an idea to getting approved to wordpress.org
Theme Development: From an idea to getting approved to wordpress.orgTheme Development: From an idea to getting approved to wordpress.org
Theme Development: From an idea to getting approved to wordpress.orgThemeHorse
 
Sitecore development approach evolution – destination helix
Sitecore development approach evolution – destination helixSitecore development approach evolution – destination helix
Sitecore development approach evolution – destination helixPeter Nazarov
 
Website optimization with request reduce
Website optimization with request reduceWebsite optimization with request reduce
Website optimization with request reduceMatt Wrock
 
Magento performance feat. core Hacks
Magento performance feat. core HacksMagento performance feat. core Hacks
Magento performance feat. core HacksDaniel Niedergesäß
 
OrigoDB - take the red pill
OrigoDB - take the red pillOrigoDB - take the red pill
OrigoDB - take the red pillRobert Friberg
 
NodeJS - Server Side JS
NodeJS - Server Side JS NodeJS - Server Side JS
NodeJS - Server Side JS Ganesh Kondal
 

Similar to SilverStripe Meetup 07/06/2011 (20)

Drupal theming - a practical approach (European Drupal Days 2015)
Drupal theming - a practical approach (European Drupal Days 2015)Drupal theming - a practical approach (European Drupal Days 2015)
Drupal theming - a practical approach (European Drupal Days 2015)
 
Design todevelop
Design todevelopDesign todevelop
Design todevelop
 
DrupalSouth 2015 - Performance: Not an Afterthought
DrupalSouth 2015 - Performance: Not an AfterthoughtDrupalSouth 2015 - Performance: Not an Afterthought
DrupalSouth 2015 - Performance: Not an Afterthought
 
October 2014 - DrupalCamp Atlanta - Digital Asset Management in Drupal
October 2014 - DrupalCamp Atlanta - Digital Asset Management in DrupalOctober 2014 - DrupalCamp Atlanta - Digital Asset Management in Drupal
October 2014 - DrupalCamp Atlanta - Digital Asset Management in Drupal
 
Using WordPress for leading local newspaper websites
Using WordPress for leading local newspaper websitesUsing WordPress for leading local newspaper websites
Using WordPress for leading local newspaper websites
 
Module development
Module developmentModule development
Module development
 
AngularJS
AngularJSAngularJS
AngularJS
 
June 10th: The SugarCRM Platform
June 10th: The SugarCRM PlatformJune 10th: The SugarCRM Platform
June 10th: The SugarCRM Platform
 
June 10th: The SugarCRM Platform
June 10th: The SugarCRM PlatformJune 10th: The SugarCRM Platform
June 10th: The SugarCRM Platform
 
Webpack and Web Performance Optimization
Webpack and Web Performance OptimizationWebpack and Web Performance Optimization
Webpack and Web Performance Optimization
 
Tridion Content Broker - how and why we are using it at the RSPB (2007)
Tridion Content Broker - how and why we are using it at the RSPB (2007)Tridion Content Broker - how and why we are using it at the RSPB (2007)
Tridion Content Broker - how and why we are using it at the RSPB (2007)
 
How to get your theme in WordPress
How to get your theme in WordPressHow to get your theme in WordPress
How to get your theme in WordPress
 
Maintainable Sitecore Solutions
Maintainable Sitecore SolutionsMaintainable Sitecore Solutions
Maintainable Sitecore Solutions
 
MIGRATION - PAIN OR GAIN?
MIGRATION - PAIN OR GAIN?MIGRATION - PAIN OR GAIN?
MIGRATION - PAIN OR GAIN?
 
Theme Development: From an idea to getting approved to wordpress.org
Theme Development: From an idea to getting approved to wordpress.orgTheme Development: From an idea to getting approved to wordpress.org
Theme Development: From an idea to getting approved to wordpress.org
 
Sitecore development approach evolution – destination helix
Sitecore development approach evolution – destination helixSitecore development approach evolution – destination helix
Sitecore development approach evolution – destination helix
 
Website optimization with request reduce
Website optimization with request reduceWebsite optimization with request reduce
Website optimization with request reduce
 
Magento performance feat. core Hacks
Magento performance feat. core HacksMagento performance feat. core Hacks
Magento performance feat. core Hacks
 
OrigoDB - take the red pill
OrigoDB - take the red pillOrigoDB - take the red pill
OrigoDB - take the red pill
 
NodeJS - Server Side JS
NodeJS - Server Side JS NodeJS - Server Side JS
NodeJS - Server Side JS
 

Recently uploaded

08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
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
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
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
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
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
 
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
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 

Recently uploaded (20)

08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
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
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
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
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
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
 
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
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 

SilverStripe Meetup 07/06/2011

  • 1. One suffolk SilverStripe UK Meetup GPMD Ltd www.gpmd.co.uk
  • 2. Core Requirements • Central administration control panel – Site, Theme and Module management • Self serve sign up process • A range of standard modules and widgets • Support for custom modules • Flexible themes with customisable palettes • SilverStripe SilverStripe UK Meetup GPMD Ltd www.gpmd.co.uk
  • 3. Architecture • Loosely coupled – Admin tasks are scheduled in a queue • Self contained community sites – Should be relocatable to outside hosting if necessary • Shared code/templates • Git for provisioning and version control • Support for multiple servers under single admin SilverStripe UK Meetup GPMD Ltd www.gpmd.co.uk
  • 4. Architecture Diagram SilverStripe UK Meetup GPMD Ltd www.gpmd.co.uk
  • 5. Control Panel • ModelAdmin used as framework • ModelAdmin saves relationships _before_ onBeforeWrite – Required addition of beforeSave hook • Standard Security Admin SilverStripe UK Meetup GPMD Ltd www.gpmd.co.uk
  • 6. Sites • Used to create, deploy and manage community sites • Sites identified by unique code string – Combined with .onesuffolk.net to form default domain name • When approved, sites are deployed to a server • Title, Domain Name and Primary Contact Details can be edited • Disabling sites will switch them off, not remove them SilverStripe UK Meetup GPMD Ltd www.gpmd.co.uk
  • 7. Organisations • Each organisation can have many sites if required • Name, Address and Contact details can be edited • Activity is used toin MetaData SilverStripe UK Meetup GPMD Ltd www.gpmd.co.uk
  • 8. Servers • Multiple servers are supported • Hostname • IP Address SilverStripe UK Meetup GPMD Ltd www.gpmd.co.uk
  • 9. Lookups • Tables which are cloned onto community sites • Category – IPSV • Activity • Postcode – Parish, Ward, District – Co-ordinates SilverStripe UK Meetup GPMD Ltd www.gpmd.co.uk
  • 10. Themes and Palettes • A theme is a set of templates, css and images – css is templated • Each theme can have one or more palettes – Sets the variables in the css templates – Theme contains default values • Together these are compiled into standard silverstripe themes – One theme with three palettes produces three standard themes • A theme has one or more sites – Give a site access to that theme's palettes SilverStripe UK Meetup GPMD Ltd www.gpmd.co.uk
  • 11. Modules • All community site code is modular – Including sapphire and cms • Modules may be required and/or standard • A module can have one or more versions – Different sites can be running different versions of a module SilverStripe UK Meetup GPMD Ltd www.gpmd.co.uk
  • 12. Jobs • Most admin operations only modify the admin database – Real work is done using a aynchronous jobs • Jobs extend an abstract job class – Define a run() method that does the work and returns a status • ScheduledJobs extend DataObject – Produces a queue • JobManager used to push jobs onto the queue • JobRunner processes the queue – Errors are appended to the job – Serious errors will halt the queue (panic) SilverStripe UK Meetup GPMD Ltd www.gpmd.co.uk
  • 13. Modules • Site Configuration • Blog/News • Classifieds • Events Calendar • RSS Aggregator • Image Gallery • Reporting • User Defined Forms • Contact Directory • Spam Protection SilverStripe UK Meetup GPMD Ltd www.gpmd.co.uk
  • 14. GPMD Ltd 14 City Road London ECY1 2AA 020 7183 1071 www.gpmd.co.uk www.meetup.com/SilverStripeUK/ SilverStripe UK Meetup GPMD Ltd www.gpmd.co.uk