Skip to content

Commit 4866927

Browse files
formatting
1 parent 940d17f commit 4866927

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

  • content/learning-paths/servers-and-cloud-computing/gerrit-on-gcp

content/learning-paths/servers-and-cloud-computing/gerrit-on-gcp/_index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,24 +42,24 @@ generated_summary_faq:
4242
faqs:
4343
- question: Which Google Cloud port must be open to access the Gerrit web console?
4444
answer: >-
45-
Open TCP port 8080. Create a firewall rule in the Google Cloud console to allow incoming
46-
traffic on port 8080 so the Gerrit web interface is reachable.
45+
Open TCP port `8080`. Create a firewall rule in the Google Cloud console to allow incoming
46+
traffic on port `8080` so the Gerrit web interface is reachable.
4747
- question: What virtual machine configuration should I use for this deployment?
4848
answer: >-
49-
Use a Google Axion C4A instance with the c4a-standard-4 machine type (4 vCPUs, 16 GB memory).
49+
Use a Google Axion C4A instance with the `c4a-standard-4` machine type (4 vCPUs, 16 GB memory).
5050
The VM runs Ubuntu 24.04 LTS on arm64.
5151
- question: What packages should I install before setting up Gerrit?
5252
answer: >-
53-
Update the system and install wget, default-jdk, git, and net-tools. The steps show running
53+
Update the system and install `wget`, `default-jdk`, `git`, and `net-tools`. The steps show running
5454
apt update and apt upgrade before installing these tools.
5555
- question: How do I verify that Gerrit is running after installation?
5656
answer: >-
57-
Confirm that the Gerrit web console loads on port 8080 after completing the install steps.
57+
Confirm that the Gerrit web console loads on port `8080` after completing the install steps.
5858
If it doesn't load, review the command outputs from the installation for errors.
5959
- question: How do I run the benchmark and what should I expect?
6060
answer: >-
61-
Clone the gerrit_test repository into your VM and run the provided script with SYNTH_PROFILE=production_like
62-
and REQUIRE_GERRIT_METRICS=true. The script exercises Gerrit functions and captures timing
61+
Clone the `gerrit_test` repository into your VM and run the provided script with `SYNTH_PROFILE=production_like`
62+
and `REQUIRE_GERRIT_METRICS=true`. The script exercises Gerrit functions and captures timing
6363
and performance data for baseline measurement.
6464
# END generated_summary_faq
6565

0 commit comments

Comments
 (0)