mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-25 20:46:12 +10:00
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
This commit is contained in:
@@ -356,16 +356,16 @@ To use GitLab with HTTPS:
|
||||
1. Review the configuration file and consider applying other security and performance enhancing features.
|
||||
|
||||
Using a self-signed certificate is discouraged but if you must use it follow the normal directions then:
|
||||
1. Generate a self-signed SSL certificate:
|
||||
|
||||
```
|
||||
mkdir -p /etc/nginx/ssl/
|
||||
cd /etc/nginx/ssl/
|
||||
sudo openssl req -newkey rsa:2048 -x509 -nodes -days 3560 -out gitlab.crt -keyout gitlab.key
|
||||
sudo chmod o-r gitlab.key
|
||||
```
|
||||
1. Generate a self-signed SSL certificate:
|
||||
|
||||
1. In the `config.yml` of gitlab-shell set `self_signed_cert` to `true`.
|
||||
```
|
||||
mkdir -p /etc/nginx/ssl/
|
||||
cd /etc/nginx/ssl/
|
||||
sudo openssl req -newkey rsa:2048 -x509 -nodes -days 3560 -out gitlab.crt -keyout gitlab.key
|
||||
sudo chmod o-r gitlab.key
|
||||
```
|
||||
1. In the `config.yml` of gitlab-shell set `self_signed_cert` to `true`.
|
||||
|
||||
### Additional Markup Styles
|
||||
|
||||
|
||||
@@ -21,6 +21,9 @@ sudo -u git psql -f databasename.psql -d gitlabhq_production
|
||||
|
||||
# Rebuild indexes (see below)
|
||||
|
||||
# Install gems for PostgreSQL (note: the line below states '--without ... mysql')
|
||||
sudo -u git -H bundle install --without development test mysql --deployment
|
||||
|
||||
sudo service gitlab start
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user