Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
qfq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
typo3
qfq
Commits
f8ff23f1
Commit
f8ff23f1
authored
3 years ago
by
Marc Egger
Browse files
Options
Downloads
Patches
Plain Diff
Refs #12159 fix selenium tests
parent
1ec837c2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!349
Develop
,
!344
S12159 typo3 v9 qfq htaccess einschub raus
Pipeline
#5212
failed
3 years ago
Stage: build
Stage: selenium
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/run_qfq_docker.sh
+9
-8
9 additions, 8 deletions
docker/run_qfq_docker.sh
with
9 additions
and
8 deletions
docker/run_qfq_docker.sh
+
9
−
8
View file @
f8ff23f1
...
...
@@ -107,18 +107,19 @@ fi
### Write config files ###
# QFQ config
echo
"
cat
<<
EOT
>> qfq.json
{
'DB_1_USER': '
${
MYSQL_USER
}
',
'DB_1_SERVER': 'db',
'DB_1_PASSWORD': '
${
MYSQL_PASSWORD
}
',
'DB_1_NAME': '
${
QFQ_DATABASE
}
',
'baseUrl': 'http://typo3container:80'
}"
>
qfq.json
"DB_1_USER": "
${
MYSQL_USER
}
",
"DB_1_SERVER": "db",
"DB_1_PASSWORD": "
${
MYSQL_PASSWORD
}
",
"DB_1_NAME": "
${
QFQ_DATABASE
}
",
"baseUrl": "http://typo3container:80"
}
EOT
docker
exec
${
T3_CONTAINER
}
mkdir
-p
"/var/www/html/fileadmin/protected/qfqProject/conf"
docker
cp
qfq.json
${
T3_CONTAINER
}
:/var/www/html/fileadmin/protected/qfqProject/conf/qfq.json
rm
qfq.json
docker
exec
${
T3_CONTAINER
}
chown
www-data:www-data /var/www/html/fileadmin/protected
/qfqProject/conf/qfq.json
docker
exec
${
T3_CONTAINER
}
chown
-R
www-data:www-data /var/www/html/fileadmin/protected
# Typo3 config
docker
exec
${
T3_CONTAINER
}
sed
-i
-e
"s/<MYSQL_USER>/
${
MYSQL_USER
}
/g"
/var/www/html/typo3conf/LocalConfiguration.php
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment