Build your website with awestruct and publish it on the cloud with git
Build your Website
with Awestruct and
Publish it on the Cloud
with Git
Xavier Coulon, Red Hat
@xcoulon
F*ck CMS
Do you need a CMS to run your website ?
(hint: no)
Push files to a Web Server
setup mod_php
CMS security patches
Database admin/backups
Data migration hell
Deploy on a Web Server with Git
It's just (text) files !
It's a Developer's Workflow !
(think about it)
A developer codes and tests,
then pushes to a remote git repo to share
An author writes and reviews,
then pushes to a remote git repo to publish
and both can even have CI and Staging sites !