Skip to content

Instantly share code, notes, and snippets.

View bauhouse's full-sized avatar

Stephen Bau bauhouse

View GitHub Profile
<data>
<hello>paste your xml here</hello>
</data>
@bauhouse
bauhouse / A-Symphony-Workflow.markdown
Created November 6, 2011 14:14 — forked from designermonkey/A-Symphony-Workflow.markdown
Just mapping out a git workflow for Symphony development

A Symphony Workflow

I'm describing my workflow in these articles, before I start my next Symphony project. Mostly for myself, to iron out my recurring problems, it is based on solid git techniques, taking heed of advice learned from Symphony community members, many many tips on the web, and flicking through the pages of O'Reilly's Version Control with git.

The core aim of this article, is to get a good Symphony development and deployment environment using git as the basis for the organisation, and have it written down for reference.

This workflow can be applied to any project, in theory, that has a starting point being a private remote git repo.

Disclaimer

@bauhouse
bauhouse / symphony-wikipedia.md
Created October 27, 2010 18:27 — forked from nickdunn/symphony-wikipedia.md
Symphony Wikipedia Article

Symphony

Symphony is a web-based content management framework (CMF) that enables users to create and manage websites and web applications of all shapes and sizes -- from the simplest of blogs to news sites and social networks.

Symphony is open source software, built with PHP, that combines a flexible, open architecture with XSLT to give users control over data structures, field types, parameters, templates, events and extensions that allows flexible and efficient development of many types of sites.

The code is available as a ZIP download from the Symphony community site or as a Git repository from the official Symphony GitHub repository.

Publications