[TYPO3-english] How do you develop websites?

bernd wilke t3ng at bernd-wilke.net
Fri May 15 14:58:21 CEST 2015


Am 15.05.15 um 14:28 schrieb Jan Bednarik:
> Hi all,
>
> regarding the thread about Import/Export troubles, I wonder, how do you
> work? Because I have exactly the same problems with T3D which I use
> heavily.
>
> The way I do it is that I have 1 TYPO3 instance on my local machine
> where I develop sites, so there's like 20 websites in one instance of
> TYPO3 (before I create new empty). When I have the website done (with
> only some content examples), I export to T3D and then import it on the
> target server where customer then adds the content.
>
> I can't imagine having separate TYPO3 installation for each website I
> create.
>
> Jan

creating an instance anew may have another way of deployment than a 
continualy developed installation.

we have an installation with one live server, where editors do their 
changes.
each developer (mostly me) has its own VM initialized with an image of 
the webserver. here we can fetch the complete DB with a shell-script.

as these VMs have their own (sub-)domain after each fetch the 
domainrecord in the installation needs to be changed to the current domain.

on the other hand all changes in TS (resides in files which are 
included), CSS, JS and extensions are trsnfered via git to the 
liveserver. (images and PDF came from an extra readonly-imageserver)
some files are .gitignored, so no sharing/deployment between dev and live.

As our content is exportet as static php-include-files we ommit a 
stage-server and allow editors direct access to the 'live' server.


bernd
-- 
http://www.pi-phi.de/cheatsheet.html


More information about the TYPO3-english mailing list