Skip to content
Snippets Groups Projects
Commit 9f0666e3 authored by Fabrice Gangler's avatar Fabrice Gangler :art:
Browse files

FIX(documentation): typo

Refs: #26
parent e3312dc0
No related branches found
No related tags found
No related merge requests found
# Prerequisites for web application installation
# Prerequisites for web application installation
## Prerequesites
## Prerequesites
- PHP >= **7.2.5**
- composer
......@@ -18,9 +18,9 @@
## Ubuntu 18.04
### 0. Verify prerequisites
### 0. Verify prerequisites
#### PHP version
#### PHP version
```bash
# List php versions available on the host:
......@@ -35,7 +35,7 @@ sudo update-alternatives --set php /usr/bin/php7.2
php -v
```
#### Checks webapp prerequisites
#### Checks webapp prerequisites
Checks that PHP and extensions versions match the platform requirements of the installed packages:
......
......@@ -49,7 +49,7 @@ The commit message should follow this regex:
/^(revert: )?(build|ci|chore|docs|feat|fix|perf|refactor|style|refactor|revert|style|test|)(\(.+\))?: .{1,50}/
```
### See also
### See also
- [Git Commit Msg](http://karma-runner.github.io/1.0/dev/git-commit-msg.html)
- [Semantic Commit Messages](https://seesparkbox.com/foundry/semantic_commit_messages)
- [Enhance your git log with conventional commits](https://dev.to/maxpou/enhance-your-git-log-with-conventional-commits-3ea4)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment