Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
3818fa77
Commit
3818fa77
authored
4 years ago
by
Florian Azizian
Browse files
Options
Downloads
Patches
Plain Diff
FIX #11895 TIME 1 Test E2E
parent
a4d79d26
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+3
-4
3 additions, 4 deletions
.gitlab-ci.yml
ci/docker_install_php.sh
+3
-1
3 additions, 1 deletion
ci/docker_install_php.sh
ci/php.ini
+1919
-0
1919 additions, 0 deletions
ci/php.ini
with
1925 additions
and
5 deletions
.gitlab-ci.yml
+
3
−
4
View file @
3818fa77
...
@@ -34,10 +34,9 @@ job_e2e:
...
@@ -34,10 +34,9 @@ job_e2e:
image
:
php:7.4-apache
image
:
php:7.4-apache
stage
:
test
stage
:
test
script
:
script
:
-
ls -al /usr/local/etc/php/conf.d/
-
sed -i -e "s/error_reporting = E_ALL \& ~E_DEPRECATED \& ~E_STRICT/error_reporting = E_ALL \& ~E_NOTICE \& ~E_DEPRECATED \& ~E_STRICT/g" /etc/php.ini \
-
sed -i -e "s/error_reporting = E_ALL \& ~E_DEPRECATED \& ~E_STRICT/error_reporting = E_ALL \& ~E_NOTICE \& ~E_DEPRECATED \& ~E_STRICT/g" /etc/php/7.4/apache2/php.ini \
-
sed -i -e "s/display_errors = Off/display_errors = On/g" /etc/php.ini \
-
sed -i -e "s/display_errors = Off/display_errors = On/g" /etc/php/7.4/apache2/php.ini \
-
sed -i -e "s/short_open_tag = Off/short_open_tag = On/g" /etc/php.ini
-
sed -i -e "s/short_open_tag = Off/short_open_tag = On/g" /etc/php/7.4/apache2/php.ini
-
service apache2 start
-
service apache2 start
-
mkdir -p /opt/maarch/docservers/indexes/{letterbox_coll,attachments_coll,version_attachments_coll}
-
mkdir -p /opt/maarch/docservers/indexes/{letterbox_coll,attachments_coll,version_attachments_coll}
-
mkdir -p /opt/maarch/docservers/{ai,manual,manual_attachments,templates,acknowledgement_receipts}
-
mkdir -p /opt/maarch/docservers/{ai,manual,manual_attachments,templates,acknowledgement_receipts}
...
...
This diff is collapsed.
Click to expand it.
ci/docker_install_php.sh
+
3
−
1
View file @
3818fa77
...
@@ -30,4 +30,6 @@ apt-get install -y libpq-dev libxml2-dev libxslt1-dev libpng-dev unoconv xpdf-ut
...
@@ -30,4 +30,6 @@ apt-get install -y libpq-dev libxml2-dev libxslt1-dev libpng-dev unoconv xpdf-ut
&&
echo
"AllowOverride All"
>>
directory.txt
\
&&
echo
"AllowOverride All"
>>
directory.txt
\
&&
echo
"Require all granted"
>>
directory.txt
\
&&
echo
"Require all granted"
>>
directory.txt
\
&&
echo
"</Directory>"
>>
directory.txt
\
&&
echo
"</Directory>"
>>
directory.txt
\
&&
sed
-i
-e
'/CustomLog/r directory.txt'
/etc/apache2/sites-available/000-default.conf
&&
sed
-i
-e
'/CustomLog/r directory.txt'
/etc/apache2/sites-available/000-default.conf
\
&&
cp
ci/php.ini /usr/local/etc/php/conf.d/php.ini
\
&&
cp
ci/php.ini /usr/local/etc/php/php.ini
This diff is collapsed.
Click to expand it.
ci/php.ini
0 → 100755
+
1919
−
0
View file @
3818fa77
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