Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
E
extensions.typo3.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
62
Issues
62
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
9
Merge Requests
9
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
services
extensions.typo3.org
extensions.typo3.org
Commits
7638aaa9
Commit
7638aaa9
authored
Feb 16, 2017
by
Tomas Norre Mikkelsen
Committed by
Tomas Norre Mikkelsen
Feb 16, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added clean-cache to make file
parent
866c81fe
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 @
7638aaa9
...
...
@@ -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
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