SlideShare a Scribd company logo
http://developer.joomlatools.com @joomlatools
Joomlatools Platform
Joomla with Less Fluff and More Oomph!
v1.0
Founding Fathers 2005
LinuxWorld London 2006
Joomla, not sexy anymore!
Platform is the new sexy!
Features
1
Improved directory structure
http://developer.joomlatools.com/platform/directory-structure.html
2
Slimmed down codebase
Counted using http://cloc.sourceforge.net/
75% lighter!
3
Slimmed down codebase
https://github.com/joomlatools/joomla-platform/releases/tag/v1.0.0
Site Admin Platform v1.0.1 CMS v3.3.6
Components 1 9 10 40+
Modules 5 8 13 40+
Libraries - - 4 11
Plugins - - 13 40+
4
Increased performance
Rendering blog sample data frontpage:
Joomla v3.3.6: 306ms
Joomlatools Platform: 167ms
5
Need more?
Out of the box support for Varnish Cache
6
Composer installer
$ cd /var/www
$ composer create-project joomlatools/platform
Install the Joomlatools Platform in a single command.
http://developer.joomlatools.com/platform/getting-started.html
12 Factor App Methodology
http://developer.joomlatools.com/platform/12-factor-app.html
1
Codebase
1 codebase, many deploys
http://developer.joomlatools.com/platform/12-factor-app.html#codebase
1
Codebase
1 codebase supports many environments with unique configurations
http://developer.joomlatools.com/platform/configuration-files.html
2
Dependencies
Declare and manage dependencies via Composer
http://developer.joomlatools.com/platform/composer.html
2
$ cd /var/www/joomla-platform
$ composer require joomlatools/platform-content
$ composer require joomlatools/platform-finder
$ composer require joomlatools/platform-media
Install extensions using Joomlatools Composer plugin
Dependencies
http://developer.joomlatools.com/platform/composer.html
3
Config
Store config in environment using PhpDotEnv
“Can you make your repository open source today?”
http://developer.joomlatools.com/platform/environment-variables.html
4
Backing Services
Treat backing services as attached resources
http://developer.joomlatools.com/platform/12-factor-app.html#backing-services
5
Build, release, run
Strictly separate build and run stages
Build
Release
Run
= codebase + dependencies + assets
= build + config
= execute, no code changes
http://developer.joomlatools.com/platform/12-factor-app.html#build-release-run
5
Build, release, run
Release new builds using the Capistrano plugin:
$ joomla plugin:install joomlatools/console-capistrano
$ joomla capistrano:deploy myapp
https://github.com/joomlatools/joomla-console-capistrano
6
Processes
● One or more processes run the app
● Stateless:
○ Sessions are stored in backing service (MySQL)
○ Sessions do not autostart
● App shares nothing with other processes
http://developer.joomlatools.com/platform/12-factor-app.html#processes
7
Port Binding
Export services via port binding
● Application must be fully self-contained
● Accessible via a URL
● Run standalone or behind complex web server
$ php -S 127.0.0.1:8000 # Standalone at http://127.0.0.1:8000
http://developer.joomlatools.com/platform/12-factor-app.html#port-binding
8
Concurrency
Scale out via the process model:
● Processes are a first class citizen
● HTTP requests handled by web process
○ Apache, PHP-FPM can scale up out of the box
● Managed by operating system’s process manager
http://developer.joomlatools.com/platform/12-factor-app.html#concurrency
9
Disposability
Maximize robustness with fast startup, graceful shutdown
● New code can run right away
● No need for long restart of processes
● PHP-FPM, Apache automatically take care of this
http://developer.joomlatools.com/platform/12-factor-app.html#disposability
10
Dev/prod parity
Keep development and production as similar as possible:
● Vagrant machine runs on any OS (Mac, Windows, Linux)
● Same stack across organisation: Ubuntu 14.04, PHP
5.6, Apache 2.4, MySQL 5.5
● Re-usable Puppet configuration
● Developer tools pre-installed
http://developer.joomlatools.com/platform/12-factor-app.html#devprod-parity
Joomlatools Vagrant box
10
Dev/prod parity
http://developer.joomlatools.com/tools/vagrant.html
11
Logs
Treat logs as event streams
http://developer.joomlatools.com/platform/12-factor-app.html#logs
12
Admin Processes
Run admin/management tasks as one-off processes
● Admin tasks run in same environment, database and config
● Joomlatools Console to execute platform management tasks
$ joomla cache:clear myapp
$ joomla finder:index myapp
$ joomla plugin:install joomlatools/console-backup
$ joomla site:backup myapp
http://developer.joomlatools.com/platform/12-factor-app.html#admin-processes
More Info:
http://twitter.com/joomlatoolsdev
http://github.com/joomlatools
http://facebook.com/joomlatoolsdev
http://google.com/+Joomlatools
http://developer.joomlatools.com

More Related Content

PDF
Joomladay Netherlands 2012 - Joomla in the Cloud
PDF
Open Police Design Principles - Open Belgium 2016
TXT
Laravel error
PPTX
Building a website based on Joomla
KEY
Introduction to php
PDF
Wampserver install
PPTX
The Power of HTML5 Offline: Mobile and More!
PPTX
The GiveCamp Guide to WordPress
Joomladay Netherlands 2012 - Joomla in the Cloud
Open Police Design Principles - Open Belgium 2016
Laravel error
Building a website based on Joomla
Introduction to php
Wampserver install
The Power of HTML5 Offline: Mobile and More!
The GiveCamp Guide to WordPress

What's hot (20)

PDF
Rapid Development With CakePHP
ODP
Browser Exploitation Framework Tutorial
PPTX
Webinar: PHP and MySQL - Server-side Scripting Language for Web Development
PDF
iPhone offline webapps
PDF
Into the Box 2018 Building a PWA
PDF
Setting Up Wordpress Offline
PPTX
WP REST API - Building a simple Web Application
PDF
Ninjax | Nginx enterprise support service
PDF
Responsive WEB APP using cakePHP
PPTX
That's crazy! how to build single page web apps
PDF
Joomla 15 Quickstart
PPT
Joomla Presentations
PPT
Joomla wireframing Template - Joomladay Netherlands 2014 #jd14nl
PPTX
Laravel
DOCX
Installation of wampserver
PPTX
WordPress Hardening
PDF
Open Data is only the Beginning - Open Belgium 2017
PDF
Modern Web Application Development Workflow - EclipseCon US 2014
KEY
Mashup Talk Npox
PPT
Deploying a website
Rapid Development With CakePHP
Browser Exploitation Framework Tutorial
Webinar: PHP and MySQL - Server-side Scripting Language for Web Development
iPhone offline webapps
Into the Box 2018 Building a PWA
Setting Up Wordpress Offline
WP REST API - Building a simple Web Application
Ninjax | Nginx enterprise support service
Responsive WEB APP using cakePHP
That's crazy! how to build single page web apps
Joomla 15 Quickstart
Joomla Presentations
Joomla wireframing Template - Joomladay Netherlands 2014 #jd14nl
Laravel
Installation of wampserver
WordPress Hardening
Open Data is only the Beginning - Open Belgium 2017
Modern Web Application Development Workflow - EclipseCon US 2014
Mashup Talk Npox
Deploying a website
Ad

Similar to Joomlatools Platform v1.0 (20)

PDF
Joomlatools Platform v2.0
PDF
AEM - A Collection of developer friendly tools
PPTX
PHP and FastCGI Performance Optimizations
PDF
Mobile Test Automation using one API and one infrastructure
PDF
Joomla Code Quality Control and Automation Testing
PPTX
PPTX
PDF
A new tool for measuring performance in Drupal 8 - Drupal Dev Days Montpellier
PPTX
Microsoft WebsiteSpark & Windows Platform Installer
PDF
Open Mic Webcast: IBM Sametime Audio Video Troubleshooting - 04 May 2016
PPTX
Introduction to Office Development Topics
KEY
Php through the eyes of a hoster: PHPNW10
PPT
The Emergence of Choice in the .NET Ecosystem
PDF
Portfolio - PROGmaatic Developer Network
PDF
Bring-your-ML-Project-into-Production-v2.pdf
PDF
Effizientere WordPress-Plugin-Entwicklung mit Softwaretests
PDF
Php Performance On Windows
PPTX
Easy Cross-Platform PowerShell Automation with Puppet Bolt
PDF
Php Conference Brazil - Phalcon Giant Killer
PDF
Web Component Development Using Servlet & JSP Technologies (EE6) - Chapter 1...
Joomlatools Platform v2.0
AEM - A Collection of developer friendly tools
PHP and FastCGI Performance Optimizations
Mobile Test Automation using one API and one infrastructure
Joomla Code Quality Control and Automation Testing
A new tool for measuring performance in Drupal 8 - Drupal Dev Days Montpellier
Microsoft WebsiteSpark & Windows Platform Installer
Open Mic Webcast: IBM Sametime Audio Video Troubleshooting - 04 May 2016
Introduction to Office Development Topics
Php through the eyes of a hoster: PHPNW10
The Emergence of Choice in the .NET Ecosystem
Portfolio - PROGmaatic Developer Network
Bring-your-ML-Project-into-Production-v2.pdf
Effizientere WordPress-Plugin-Entwicklung mit Softwaretests
Php Performance On Windows
Easy Cross-Platform PowerShell Automation with Puppet Bolt
Php Conference Brazil - Phalcon Giant Killer
Web Component Development Using Servlet & JSP Technologies (EE6) - Chapter 1...
Ad

More from Joomlatools (11)

PDF
Joomlatools Extension Logos - A separate logo for each extension
PDF
Joomla in a Box – A Vagrant box for local Joomla development
PDF
Joomladay Netherlands 2012 - File and document management in Joomla
PDF
DOCman, Free Software, and Fear of Forks
PDF
The Future of DOCman, Joomladay Italy 2009
PDF
Joomladay Hu 2008 - SEO For Joomla! 1.5
PDF
SEMforSMB US 2008 - SEO for Joomla! 1.5
PDF
SEMforSMB US 2008 - Building a website in 3 minutes
ODP
Bootcamp Lucerne, CH 2008 - Migration
PDF
Joomladay NL 2008 - Debugging Joomla! in Eclipse
PDF
Joomladag NL 2008 - Joomla! 1.5 Application Layer
Joomlatools Extension Logos - A separate logo for each extension
Joomla in a Box – A Vagrant box for local Joomla development
Joomladay Netherlands 2012 - File and document management in Joomla
DOCman, Free Software, and Fear of Forks
The Future of DOCman, Joomladay Italy 2009
Joomladay Hu 2008 - SEO For Joomla! 1.5
SEMforSMB US 2008 - SEO for Joomla! 1.5
SEMforSMB US 2008 - Building a website in 3 minutes
Bootcamp Lucerne, CH 2008 - Migration
Joomladay NL 2008 - Debugging Joomla! in Eclipse
Joomladag NL 2008 - Joomla! 1.5 Application Layer

Recently uploaded (20)

PPTX
history of c programming in notes for students .pptx
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PDF
Digital Strategies for Manufacturing Companies
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
System and Network Administration Chapter 2
PDF
How Creative Agencies Leverage Project Management Software.pdf
PPTX
Introduction to Artificial Intelligence
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PPTX
Reimagine Home Health with the Power of Agentic AI​
PPTX
Transform Your Business with a Software ERP System
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PDF
PTS Company Brochure 2025 (1).pdf.......
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
history of c programming in notes for students .pptx
Odoo Companies in India – Driving Business Transformation.pdf
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Digital Strategies for Manufacturing Companies
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
How to Migrate SBCGlobal Email to Yahoo Easily
Softaken Excel to vCard Converter Software.pdf
System and Network Administration Chapter 2
How Creative Agencies Leverage Project Management Software.pdf
Introduction to Artificial Intelligence
Wondershare Filmora 15 Crack With Activation Key [2025
Design an Analysis of Algorithms II-SECS-1021-03
Reimagine Home Health with the Power of Agentic AI​
Transform Your Business with a Software ERP System
Which alternative to Crystal Reports is best for small or large businesses.pdf
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PTS Company Brochure 2025 (1).pdf.......
wealthsignaloriginal-com-DS-text-... (1).pdf
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises

Joomlatools Platform v1.0