Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
d383bff7
Commit
d383bff7
authored
Feb 16, 2017
by
Thomas Löffler
Browse files
Merge branch 'Makefile-Clean-Cache' into 'master'
Added clean-cache to make file See merge request
!35
parents
2744d86b
7638aaa9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
d383bff7
...
...
@@ -25,8 +25,10 @@ help:
@
echo
" volumes, and images created by 'up'."
@
echo
" stop docker-compose: Stop running containers without removing them."
@
echo
" kill docker-compose: Force stop service containers."
@
echo
@
echo
" install-typo3 docker-compose: Start TYPO3"
@
echo
" clear-cache Command Line: Empty typo3temp/"
@
echo
@
echo
" log Constantly echo log items to the console."
@
echo
" composer-install PHP Composer: Install."
@
echo
" composer-update PHP Composer: Update."
...
...
@@ -67,7 +69,7 @@ init: composer-install install-typo3
.PHONY
:
reset
reset
:
kill down init
reset
:
kill down
clear-cache
init
.PHONY
:
pull
...
...
@@ -137,3 +139,6 @@ composer-install:
composer-update
:
$(COMPOSER)
--working-dir
=
data/typo3 up
.PHONY
:
clear-cache
clear-cache
:
rm
-rf
data/typo3/html/typo3temp/
*
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment