We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada239f commit 1d46de9Copy full SHA for 1d46de9
readme.md
@@ -11,11 +11,14 @@ Please note that these are very simple scripts that don't implement error checki
11
12
## Usage
13
14
+ $ cd /tmp
15
$ git clone https://github.com/hranicka/php-7-debian.git
16
$ cd php-7-debian
17
$ ./build.sh
18
$ sudo ./install.sh
19
20
+If you need only an **update**, just replace `sudo ./install.sh` with `sudo ./update.sh`.
21
+
22
The PHP-FPM can be operated using the `php7-fpm` init script:
23
24
Usage: /etc/init.d/php7-fpm {start|stop|status|restart|reload|force-reload}
update.sh
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+cd "$(dirname "$0")"
3
4
+service php7-fpm restart
0 commit comments