Skip to content

Commit 9129e13

Browse files
Update installation.md
1 parent ef444aa commit 9129e13

File tree

1 file changed

+2
-2
lines changed
  • content/learning-paths/servers-and-cloud-computing/php-on-gcp

1 file changed

+2
-2
lines changed

content/learning-paths/servers-and-cloud-computing/php-on-gcp/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sudo zypper update -y
1818
```
1919

2020
### Install PHP, Apache, and common extensions
21-
Now install PHP, PHP-FPM, Apache web server, and some commonly used PHP extensions.
21+
Now install PHP, PHP-FPM, Apache web server, and some commonly used PHP extensions by using the following command:
2222

2323
```console
2424
sudo zypper install -y php php-cli php-fpm php-mysql php-xml php-mbstring php-opcache apache2
@@ -37,7 +37,7 @@ Package breakdown:
3737

3838

3939
### Enable and start Apache:
40-
Once Apache is installed, you need to enable and start the service so that it runs automatically on boot and begins serving HTTP requests immediately.
40+
Once Apache is installed, enable and start the service so that it runs automatically on boot and begins serving HTTP requests immediately:
4141
```console
4242
sudo systemctl enable apache2
4343
sudo systemctl start apache2

0 commit comments

Comments
 (0)