5 Commits
Author SHA1 Message Date
bachir 4b52235321 improved lemp and drush 2020-09-22 14:45:33 +02:00
bachir 6430cdfaad fix nginx conf typo 2020-06-23 10:40:34 +02:00
bachir 99c26878d8 readme fix 2020-06-15 16:04:21 +02:00
bachir cf31b6d591 readme fix 2020-06-15 16:01:46 +02:00
bachir 93d92ed8bd created 3.11 branch 2020-06-15 15:46:11 +02:00
6 changed files with 21 additions and 6 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"require": {
"drush/drush": "~8.0",
"webflo/drupal-finder": "^1.0.0"
},
"extra": {
"installer-paths": {
".": [
"type:drupal-core"
]
}
}
}
+1 -1
View File
@@ -136,5 +136,5 @@ server {
}
# website should not be displayed inside a <frame>, an <iframe> or an <object>
add_header X-Frame-Options SAMEORIGIN;;
add_header X-Frame-Options SAMEORIGIN;
}
+1 -1
View File
@@ -112,6 +112,6 @@ server {
}
# website should not be displayed inside a <frame>, an <iframe> or an <object>
add_header X-Frame-Options SAMEORIGIN;;
add_header X-Frame-Options SAMEORIGIN;
}
+1 -1
View File
@@ -37,6 +37,6 @@ server {
}
# website should not be displayed inside a <frame>, an <iframe> or an <object>
add_header X-Frame-Options SAMEORIGIN;;
add_header X-Frame-Options SAMEORIGIN;
}
+2 -1
View File
@@ -74,7 +74,7 @@ echo -e '
'
echo -e "Installing PHP 7.0"
sleep 3
apk add php7 php7-fpm php7-pdo_mysql php7-opcache php7-curl php7-mbstring php7-zip php7-xml php7-gd php7-mcrypt php7-imagick php7-phar php7-json php7-dom php7-tokenizer php7-iconv php7-xmlwriter
apk add php7 php7-fpm php7-pdo_mysql php7-opcache php7-curl php7-mbstring php7-zip php7-xml php7-gd php7-mcrypt php7-imagick php7-phar php7-json php7-dom php7-tokenizer php7-iconv php7-xmlwriter php7-simplexml
# to make php5 availabe
# echo "http://dl-cdn.alpinelinux.org/alpine/v3.7/main" >> /etc/apk/repositories
@@ -180,6 +180,7 @@ chmod +x /usr/local/bin/drush
echo -e "Drush and DrupalConsoleinstalled"
# for non composer installed D7 site add assets/d7-drush-composer.json in root-folder/composer.json and run composer install
echo -e '
_
+3 -2
View File
@@ -4,7 +4,8 @@
each alpine linux stable release has it's branch (master is a clone of the last one)
- [3.8](https://figureslibres.io/gogs/bachir/alpine-web-werver/src/3.8)
- [3.9](https://figureslibres.io/gogs/bachir/alpine-web-werver/src/3.9)
- [3.10](https://figureslibres.io/gogs/bachir/alpine-web-werver/src/3.10) ([master](https://figureslibres.io/gogs/bachir/alpine-web-werver))
- [3.10](https://figureslibres.io/gogs/bachir/alpine-web-werver/src/3.10)
- [3.11](https://figureslibres.io/gogs/bachir/alpine-web-werver/src/3.11) ([master](https://figureslibres.io/gogs/bachir/alpine-web-werver))
## Features
@@ -50,7 +51,7 @@ apk add git
2 clone the repo
```
git clone -b 3.10 --single-branch https://figureslibres.io/gogs/bachir/alpine-web-werver.git
git clone -b 3.11 --single-branch https://figureslibres.io/gogs/bachir/alpine-web-werver.git
```
3 you have to be root