Update tutorial instructions with RAM requirement

It looks like we need 2GB of ram; mention that as a requirement.
Also, add a "sudo apt-get update" command for Ubuntu/Debian users;
with this, a user should get a working system from a pristine VM
using only and exactly the commands specified.

Change-Id: Ife48afbd6326b8d8e774b4227fbe6523d3aed81e
This commit is contained in:
James E. Blair 2021-07-26 10:29:08 -07:00
parent a181dc5da7
commit b24819779e
1 changed files with 3 additions and 2 deletions

View File

@ -11,8 +11,8 @@ walk through setting up a basic gating configuration which protects
projects from merging broken code.
This tutorial is entirely self-contained and may safely be run on a
workstation. The only requirements are a network connection and the
ability to run Docker containers.
workstation. The only requirements are a network connection, the
ability to run Docker containers, and at least 2GiB of RAM.
This tutorial supplies a working Gerrit for code review, though the
concepts you will learn apply equally to GitHub.
@ -49,6 +49,7 @@ Before you start, ensure that some needed packages are installed.
# Ubuntu / Debian:
sudo apt-get update
sudo apt-get install docker-compose docker.io git python3-pip
sudo python3 -m pip install git-review