Skip to content

Commit 25e7fd2

Browse files
committed
Replace maintainer with contributor, add init in example
1 parent 91eafbb commit 25e7fd2

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

install/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ of your guide or include it in your installation script (commented), again on to
1515
Distribution :
1616
GitLab version :
1717
Web Server :
18-
Init system :
19-
Maintainer :
20-
Additional Notes :
18+
Init system :
19+
Contributor :
20+
Additional Notes :
2121
```
2222

2323
### Explanation
@@ -27,8 +27,8 @@ Additional Notes :
2727
| Distribution | The official name and version of the platform/distribution, case sensitive. |
2828
| GitLab version | GitLab version on which the guide/script was tested. |
2929
| Web Server | The web server used to serve GitLab. May be two-fold, eg. apache with mod_passenger. |
30-
| Init system | (Optional but recommended) The init system used by the platform if any. Examples: sysvinit, systemd, upstart, openrc, etc |
31-
| Maintainer | Your github username (recommended in order to track you and give credits) or your real name or both. Example of the latter: thedude (Jeffrey Lebowski) |
30+
| Init system | (Optional but recommended) The init system used by the platform if any. Examples: **sysvinit**, **systemd**, **upstart**, **openrc**, etc |
31+
| Contributor | Your github username (recommended in order to track you and give credits) or your real name or both. Example of the latter: **thedude (Jeffrey Lebowski)** |
3232
| Additional Notes | Anything else you want to add. Any deviations form the official guide can be reported here. Eg. using different user than `git`, storing in different locations, etc.|
3333

3434

@@ -38,6 +38,7 @@ Additional Notes :
3838
Distribution : Fedora 19
3939
GitLab version : 5.4
4040
Web Server : apache with mod_passenger
41-
Maintainer : thedude
41+
Init system : systemd
42+
Contributor : thedude
4243
Additional Notes : the script installs `postgres` instead of `mysql` and user is `gitlab` instead of `git`
4344
```

0 commit comments

Comments
 (0)