Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
services
T
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
d383bff7
Commit
d383bff7
authored
Feb 16, 2017
by
Thomas Löffler
Browse files
Options
Browse Files
Download
Plain Diff
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
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
Makefile
Makefile
+7
-2
No files found.
Makefile
View file @
d383bff7
...
@@ -25,8 +25,10 @@ help:
...
@@ -25,8 +25,10 @@ help:
@
echo
" volumes, and images created by 'up'."
@
echo
" volumes, and images created by 'up'."
@
echo
" stop docker-compose: Stop running containers without removing them."
@
echo
" stop docker-compose: Stop running containers without removing them."
@
echo
" kill docker-compose: Force stop service containers."
@
echo
" kill docker-compose: Force stop service containers."
@
echo
@
echo
" install-typo3 docker-compose: Start TYPO3"
@
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
" log Constantly echo log items to the console."
@
echo
" composer-install PHP Composer: Install."
@
echo
" composer-install PHP Composer: Install."
@
echo
" composer-update PHP Composer: Update."
@
echo
" composer-update PHP Composer: Update."
...
@@ -67,7 +69,7 @@ init: composer-install install-typo3
...
@@ -67,7 +69,7 @@ init: composer-install install-typo3
.PHONY
:
reset
.PHONY
:
reset
reset
:
kill down init
reset
:
kill down
clear-cache
init
.PHONY
:
pull
.PHONY
:
pull
...
@@ -137,3 +139,6 @@ composer-install:
...
@@ -137,3 +139,6 @@ composer-install:
composer-update
:
composer-update
:
$(COMPOSER)
--working-dir
=
data/typo3 up
$(COMPOSER)
--working-dir
=
data/typo3 up
.PHONY
:
clear-cache
clear-cache
:
rm
-rf
data/typo3/html/typo3temp/
*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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