Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
syncontent
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Web Essentials Jira
Web Essentials Jira
Labels
Merge Requests
0
Merge Requests
0
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Visay Keo
syncontent
Commits
ea820944
Commit
ea820944
authored
Jun 07, 2016
by
Visay Keo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[TASK] Adjust data dir according to dockertypo3 change
parent
4971ba95
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
7 deletions
+12
-7
CHANGELOG
CHANGELOG
+5
-0
README.md
README.md
+3
-3
ansible/roles/rsync/defaults/main.yml
ansible/roles/rsync/defaults/main.yml
+3
-3
bin/syncontent
bin/syncontent
+1
-1
No files found.
CHANGELOG
View file @
ea820944
CHANGELOG
=========
3.0.9
-----
- [TASK] Adjust data dir according to dockertypo3 change
3.0.8
-----
...
...
README.md
View file @
ea820944
...
...
@@ -128,9 +128,9 @@ to make sure everything is exactly the same as on remote.
For Flow,
`Data/Persistent/`
will be synced while for TYPO3 these directory will be synced:
-
w
eb/fileadmin/
-
w
eb/typo3conf/l10n/
-
w
eb/uploads/
-
W
eb/fileadmin/
-
W
eb/typo3conf/l10n/
-
W
eb/uploads/
The file/directory with the name
`.gitkeep`
,
`_temp_`
and
`_processed_`
will not be synced.
...
...
ansible/roles/rsync/defaults/main.yml
View file @
ea820944
...
...
@@ -5,6 +5,6 @@ data_dir:
flow
:
-
Data/Persistent/
typo3
:
-
w
eb/fileadmin/
-
w
eb/typo3conf/l10n/
-
w
eb/uploads/
-
W
eb/fileadmin/
-
W
eb/typo3conf/l10n/
-
W
eb/uploads/
bin/syncontent
View file @
ea820944
...
...
@@ -35,7 +35,7 @@ if (cat ${ROOT_DIR}/composer.lock | grep "dockerflow" > /dev/null); then
fi
if
(
cat
${
ROOT_DIR
}
/composer.lock |
grep
"dockertypo3"
>
/dev/null
)
;
then
FRAMEWORK
=
"typo3"
DATA_DIR
=
"
w
eb/uploads"
DATA_DIR
=
"
W
eb/uploads"
# Use Development context if TYPO3 Context is not set
FRAMEWORK_CONTEXT
=
${
TYPO3_CONTEXT
:
=Development
}
...
...
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