blob: 3f1d935a5054fb850f2155cf3e5637bc06d2ea2b [file] [log] [blame]
Nico Huber38c14da2023-06-24 16:59:28 +00001To 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 Huber8cd50ee2023-06-24 15:35:16 +00008Adapt checked in files:
9* Set server_name in `nginx/sa.conf`
10* Set SIMPLEID_BASE_URL in `simpleid/www/config.php`
Nico Huber8700ab82023-06-25 10:14:44 +000011* Make sure identities point to the right URL
Nico Hubera1a296f2023-06-25 10:07:07 +000012* Set CANONICAL_WEB_URL in `gerrit/environment`