From b24819779ed9d0ff7dbfbeacb87469e4e0d4c1d6 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 26 Jul 2021 10:29:08 -0700 Subject: [PATCH] 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 --- doc/source/tutorials/quick-start.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/source/tutorials/quick-start.rst b/doc/source/tutorials/quick-start.rst index b5c3b26af9..c9d4dff1e4 100644 --- a/doc/source/tutorials/quick-start.rst +++ b/doc/source/tutorials/quick-start.rst @@ -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