Nico Huber | 38c14da | 2023-06-24 16:59:28 +0000 | [diff] [blame] | 1 | To build: |
| 2 | * nginx first because it creates selfsigned certificate: |
| 3 | docker-compose -f sourcearcade.yml build --build-arg SELFSIGNED_REQ_HOST=hostname nginx |
| 4 | - optionally: --build-arg SELFSIGNED_REQ_ALT_NAMES="DNS:name1 ..." |
| 5 | * docker-compose -f sourcearcade.yml build --build-arg SELFSIGNED_REQ_HOST=hostname |
| 6 | - same build-args! |
| 7 | |
Nico Huber | 8cd50ee | 2023-06-24 15:35:16 +0000 | [diff] [blame] | 8 | Adapt checked in files: |
| 9 | * Set server_name in `nginx/sa.conf` |
| 10 | * Set SIMPLEID_BASE_URL in `simpleid/www/config.php` |
Nico Huber | 8700ab8 | 2023-06-25 10:14:44 +0000 | [diff] [blame] | 11 | * Make sure identities point to the right URL |
Nico Huber | a1a296f | 2023-06-25 10:07:07 +0000 | [diff] [blame] | 12 | * Set CANONICAL_WEB_URL in `gerrit/environment` |
Nico Huber | 5407310 | 2023-06-25 11:36:59 +0000 | [diff] [blame^] | 13 | * Enable GitHub OAUTH in `gerrit/environment` |