Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cern-drupal-distribution
Manage
Activity
Members
Labels
Plan
Issues
11
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
10
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
drupal
paas
cern-drupal-distribution
Merge requests
!24
Fix broken links in nginx
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix broken links in nginx
fix-broken-links
into
master
Overview
1
Commits
1
Pipelines
1
Changes
1
Merged
Konstantinos Samaras-Tsakiris
requested to merge
fix-broken-links
into
master
3 years ago
Overview
1
Commits
1
Pipelines
1
Changes
1
Expand
close
https://gitlab.cern.ch/webservices/webframeworks-planning/-/issues/526
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
a8a036fa
1 commit,
3 years ago
1 file
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
images/Dockerfile
+
4
−
4
Options
@@ -126,10 +126,10 @@ ENV PATH=$PATH:${DRUPAL_APP_DIR}/vendor/bin
RUN
cp
${
DRUPAL_APP_DIR
}
/composer.json
${
DRUPAL_APP_DIR
}
/composer.admins.json
# Put symlinks for profiles/themes/modules to a path where old Drupal sites expect to find them
RUN
ln
-s
${
DRUPAL_APP_DIR
}
/web/profiles/
contrib/cern-install-profiles/cern
${
DRUPAL_APP_DIR
}
/web/profiles/cern
&&
\
ln
-s
${
DRUPAL_APP_DIR
}
/web/profiles/
contrib/cern-install-profiles/easystart
${
DRUPAL_APP_DIR
}
/web/profiles/easystart
&&
\
ln
-s
${
DRUPAL_APP_DIR
}
/web/themes/custom/
cern-theme
${
DRUPAL_APP_DIR
}
/web/themes/custom/cernclean
&&
\
ln
-s
${
DRUPAL_APP_DIR
}
/web/themes/custom/
cern-base-theme
${
DRUPAL_APP_DIR
}
/web/themes/custom/cernbase
RUN
ln
-s
contrib/cern-install-profiles/cern
${
DRUPAL_APP_DIR
}
/web/profiles/cern
&&
\
ln
-s
contrib/cern-install-profiles/easystart
${
DRUPAL_APP_DIR
}
/web/profiles/easystart
&&
\
ln
-s
cern-theme
${
DRUPAL_APP_DIR
}
/web/themes/custom/cernclean
&&
\
ln
-s
cern-base-theme
${
DRUPAL_APP_DIR
}
/web/themes/custom/cernbase
# Add extra configurations
# At this point, composer has created the required settings.php through:
Loading