Hello I have been meaning to get around to this for a while now, but I would like to use git to maintain some typo3 development sites. I did some digging around and the most informative (chromium translated site) info on the subject isn't clear but did make me think. I'd like to know how to setup a git managed repo and if there are some/other folders that I should ignore when setting up the repo, what I should be wary of, best practices, etc. I have decided that with each version, a db dump would be done separately which corresponds with the milestone because as of now I'm not sure how to deal with this aspect of CMS versioning.
|
There's is typical
Keep in mind that when using Instead import ext locally, install it locally and then commit and push ext's files and modified At the end of the
It will allow to override ie. credentials for DB, or custom Typical TYPO3 folders ignored in
Of course you need also download TYPO3 sorces ( Other things, like |
|||||
|
|
I'd like to add some aspects to biesiors very good answer: From my experience, the best strategy is to put
Do not store any typoscript information in the database - it cannot be versioned from there. Place Follow the This setup adds a higher demand on coding discipline, but you will be rewarded! We have been successfully working like that for more then 12 projects now in a team of two. |
||||
|