Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
M
my.typo3.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
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
t3o
my.typo3.org
Commits
483f17e0
Commit
483f17e0
authored
Mar 30, 2019
by
Stefan Busemann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CGL] Fix spaces and line break
parent
e7c3a28c
Pipeline
#6663
passed with stages
in 2 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
.ddev/config.yaml
.ddev/config.yaml
+9
-10
No files found.
.ddev/config.yaml
View file @
483f17e0
...
...
@@ -16,16 +16,15 @@ nfs_mount_enabled: false
provider
:
default
hooks
:
post-start
:
-
exec
:
bash -c "sudo -E apt-get update"
-
exec
:
bash -c "sudo -E apt-get install --yes --no-install-recommends apt-utils"
-
exec
:
bash -c "sudo -E apt-get install --yes php7.2-ldap -o Dpkg::Options::=\"--force-confdef\"
-o Dpkg::Options::=\"--force-confold\" && killall -HUP php-fpm"
-
exec
:
cp private/typo3conf/AdditionalConfiguration.ddev.php private/typo3conf/AdditionalConfiguration.php
-
exec
:
composer install
-
exec
:
npm --prefix private/typo3conf/ext/t3olayout/Build install
-
exec
:
npm --prefix private/typo3conf/ext/t3olayout/Build run-script build
-
exec
:
vendor/bin/typo3cms install:generatepackagestates
-
exec
:
vendor/bin/typo3cms install:extensionsetupifpossible
-
exec
:
bash -c "sudo -E apt-get update"
-
exec
:
bash -c "sudo -E apt-get install --yes --no-install-recommends apt-utils"
-
exec
:
bash -c "sudo -E apt-get install --yes php7.2-ldap -o Dpkg::Options::=\"--force-confdef\" -o Dpkg::Options::=\"--force-confold\" && killall -HUP php-fpm"
-
exec
:
cp private/typo3conf/AdditionalConfiguration.ddev.php private/typo3conf/AdditionalConfiguration.php
-
exec
:
composer install
-
exec
:
npm --prefix private/typo3conf/ext/t3olayout/Build install
-
exec
:
npm --prefix private/typo3conf/ext/t3olayout/Build run-script build
-
exec
:
vendor/bin/typo3cms install:generatepackagestates
-
exec
:
vendor/bin/typo3cms install:extensionsetupifpossible
# This config.yaml was created with ddev version v1.6.0
...
...
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