Skip to content

Commit a480d06

Browse files
committed
Add database info
1 parent 2e80483 commit a480d06

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

install/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Distribution :
2424
GitLab version :
2525
Web Server :
2626
Init system :
27+
Database :
2728
Contributor :
2829
Additional Notes :
2930
```
@@ -35,7 +36,8 @@ Additional Notes :
3536
| Distribution | The official name and version of the platform/distribution, case sensitive. |
3637
| GitLab version | GitLab version on which the guide/script was tested. |
3738
| Web Server | The web server used to serve GitLab. May be two-fold, eg. apache with mod_passenger. |
38-
| Init system | (Optional but recommended) The init system used by the platform if any. Examples: **sysvinit**, **systemd**, **upstart**, **openrc**, etc |
39+
| Init system | (Optional but recommended) The init system used by the platform if any. Examples: `sysvinit`, `systemd`, `upstart`, `openrc`, etc |
40+
| Database | The database used for installation. Examples: `mysql`, `postrgres`, `mariadb`.
3941
| 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)** |
4042
| Additional Notes | Anything else you want to add. Any deviations form the official guide can be reported here. Eg. using rvm for ruby install, storing in different locations, etc.|
4143

@@ -47,8 +49,9 @@ Distribution : Fedora 19
4749
GitLab version : 5.4
4850
Web Server : apache with mod_passenger
4951
Init system : systemd
52+
Database : mariadb
5053
Contributor : thedude
51-
Additional Notes : the script installs `postgres` instead of `mysql` and uses rvm to install ruby
54+
Additional Notes : the script uses rvm to install ruby
5255
```
5356

5457
## Notes

0 commit comments

Comments
 (0)