Commit graph

8 commits

Author SHA1 Message Date
Daniel Siepmann cbe783115c
Update todo comments 2022-03-23 17:42:04 +01:00
Daniel Siepmann f745996436
Improve customer-project tmux starter script
Do not add whitespace before exports. Let them be saved to zsh history.
This allows to search them and execute them in other splits more easily.

Remove dead unused code, e.g. testing database, which I didn't use for a
while.
2022-03-09 13:28:16 +01:00
Daniel Siepmann f678e68bd3
Remove the testing database from tmux customer project script
I didn't use it anyway and it just bloated the code and was always
irritating to show up in bootstrapped setup.
2022-03-07 07:18:52 +01:00
Daniel Siepmann fd8a22c0f9
Add export of TYPO3_DATABASE to zsh history 2022-02-21 13:23:23 +01:00
Daniel Siepmann 2cdb96acc6
Migrate TYPO3_ADDITIONAL_CONFIGURATION environment variable
This doesn't change and can be set global.
That allows nix shells to pick it up.
2022-02-14 08:03:47 +01:00
Daniel Siepmann 5c24513c6b
Use dontUnpack instead of setting unpackPhase to true
This feels way better. We tell the build do skip the stage.
We executed "true" beforehand within the stage.
2022-02-08 16:13:33 +01:00
Daniel Siepmann 345b5e87a5
Do not print out debug info when building custom-customer-project 2022-02-08 16:03:19 +01:00
Daniel Siepmann 4ce3dfec4a
Migrate existing customerProject bash script
This scripts is run from shell and created my development environment
(IDE) within a new tmux session.

Don't expect documentation. It was written only for myself.
This is grown and contains fallbacks to old conventions.
2022-02-08 15:40:16 +01:00