reinstalled drupal core using composer-drupal/drupal-project

This commit is contained in:
2019-04-29 17:40:57 +02:00
parent 19ad4aa6e9
commit 1238177d1d
6 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
COMPOSE_PROJECT_NAME=edlpd8 COMPOSE_PROJECT_NAME=edlpd8
PROJECT_ROOT=./public_html PROJECT_ROOT=./src
LEGACY_ROOT=./drupal6 LEGACY_ROOT=./drupal6
LOG_ROOT=./log LOG_ROOT=./log
+2
View File
@@ -1,4 +1,6 @@
public_html/* public_html/*
src/*
drupal6/* drupal6/*
log/* log/*
*.sql *.sql
*.back
+2 -2
View File
@@ -1,3 +1,3 @@
[submodule "public_html"] [submodule "src"]
path = public_html path = src
url = https://figureslibres.io/gogs/bachir/edlp_d8.git url = https://figureslibres.io/gogs/bachir/edlp_d8.git
+1 -1
View File
@@ -1,6 +1,6 @@
server { server {
listen 80 default_server; listen 80 default_server;
root /var/www/html; root /var/www/html/web;
index index.html index.php; index index.html index.php;
server_name *.encyclopediedelaparole.org; server_name *.encyclopediedelaparole.org;
Submodule public_html deleted from 1e009f88bf
View File