Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
piops-roles
install_nextcloud
Commits
9da70d6a
Unverified
Commit
9da70d6a
authored
Aug 02, 2018
by
Marc Crebassa
Committed by
GitHub
Aug 02, 2018
Browse files
Added documentation for the custom PHP after PR #43
parent
edc178d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
9da70d6a
...
...
@@ -313,6 +313,24 @@ Defines various method for retrieving a TLS certificate.
```
### System configuration
install and use a custom version for PHP instead of the default one:
```
YAML
php_version: '7.1'
php_custom: yes
php_ver: "{{ php_version }}"
php_dir: "/etc/php/{{ php_version }}"
php_bin: "php-fpm{{ php_version }}"
php_pkg_apcu: "php-apcu"
php_pkg_spe:
- "php{{ php_version }}-imap"
- "php{{ php_version }}-imagick"
- "php{{ php_version }}-xml"
- "php{{ php_version }}-zip"
- "php{{ php_version }}-mbstring"
- "php-redis"
```
```
YAML
nextcloud_websrv_user: "www-data"
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment