Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Automating EE Bootstrapping and Deployment
Search
mattfordham
November 15, 2012
Programming
2
220
Automating EE Bootstrapping and Deployment
ExpressionEngine Seattle / November 15, 2012
mattfordham
November 15, 2012
Tweet
Share
More Decks by mattfordham
See All by mattfordham
Styleguide Driven Development
mattfordham
13
3k
Confessions of an Apprehensive Technical Director
mattfordham
11
300
Automating EE Bootstrapping and Deployment
mattfordham
3
170
Frame Animation in the Browser
mattfordham
2
200
Other Decks in Programming
See All in Programming
Hono・Prisma・AWSでGeoなAPI開発
nokonoko1203
5
630
Mergeable Libraryで 高速なアプリ起動を実現しよう!
giginet
PRO
1
2k
Why Prism?
kddnewton
4
1.2k
Kotlin 2.0 and Beyond
antonarhipov
2
140
快適な開発と高セキュリティを実現するCryptoKitを活用したCoreDataのデータ暗号化術
grandbig
1
310
Scala におけるコンパイラエラーとの付き合い方
chencmd
1
290
React + TextAliveでカッコいいLyric Applicatioinを作ろう!!
tosuri13
0
360
マルチモジュールにおけるテスト最適化
fxwx23
0
180
今インフラ技術をイチから学び直すなら
yuhta28
1
110
XStateでReactに秩序を与えたい
gizm000
0
490
『ドメイン駆動設計をはじめよう』中核の業務領域
masuda220
PRO
5
880
Ruby Parser progress report 2024
yui_knk
2
190
Featured
See All Featured
A designer walks into a library…
pauljervisheath
201
24k
The Invisible Customer
myddelton
119
13k
A Philosophy of Restraint
colly
202
16k
A Tale of Four Properties
chriscoyier
155
22k
Bootstrapping a Software Product
garrettdimon
PRO
304
110k
Code Review Best Practice
trishagee
62
16k
Producing Creativity
orderedlist
PRO
340
39k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
28
2.2k
How to Think Like a Performance Engineer
csswizardry
15
920
Put a Button on it: Removing Barriers to Going Fast.
kastner
58
3.4k
The Power of CSS Pseudo Elements
geoffreycrofte
71
5.2k
How to train your dragon (web standard)
notwaldorf
85
5.6k
Transcript
AUTOMATING EE Bootstrapping and Deployment ExpressionEngine Seattle / November 15,
2012
Matt Fordham Principal & Technical Director / @mattfordham www.wintr.com
“A good developer is a lazy developer.” – Some lazy
developer
Automated Development CSS Frameworks Javascript Libraries CSS and JS Preprocessors
Add-ons (plug-ins, extensions) Text editors (snippets, commands, etc)
Project Bootstrapping The process of quickly getting a new project
started with minimal setup and repetition.
Bootstrapping EE: things to automate Creating a new database Installing
ExpressionEngine Setting up file structure Creating CSS and JS skeleton Configuring EE (prefs, user groups, etc) Installing the usual add-ons Initializing and pushing to Git repo
The Template Repo A Git repo containing an already configured
copy of ExpressionEngine, including a database dump. http://www.matthewfordham.com/blog/ee-template
Strap https://github.com/mattfordham/Strap
Project Deployment The process of copying project files to a
server and configuring the files to run on the server.
Capistrano https://github.com/capistrano/capistrano
Some Useful Links https://github.com/mattfordham/Strap https://github.com/capistrano/capistrano https://github.com/leehambley/railsless-deploy http://www.matthewfordham.com/blog/ee-template http://www.matthewfordham.com/blog/deploying-expressionengine https://bitbucket.org/cwcrawley/eeci-talk-files
Thanks :) @mattfordham www.wintr.com www.matthewfordham.com/blog