Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mjlk6-0001Qm-Ia for pgsql-www@arkaria.postgresql.org; Sun, 07 Nov 2021 17:14:06 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mjlk4-0007xC-EY for pgsql-www@arkaria.postgresql.org; Sun, 07 Nov 2021 17:14:04 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mjlk4-0007x3-7J for pgsql-www@lists.postgresql.org; Sun, 07 Nov 2021 17:14:04 +0000 Received: from 12.mo583.mail-out.ovh.net ([46.105.39.65]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mjlk0-0007cs-09 for pgsql-www@lists.postgresql.org; Sun, 07 Nov 2021 17:14:03 +0000 Received: from player687.ha.ovh.net (unknown [10.108.4.44]) by mo583.mail-out.ovh.net (Postfix) with ESMTP id 2F82521CC0 for ; Sun, 7 Nov 2021 17:13:58 +0000 (UTC) Received: from nilsand.re (host86-151-117-224.range86-151.btcentralplus.com [86.151.117.224]) (Authenticated sender: nils@nilsand.re) by player687.ha.ovh.net (Postfix) with ESMTPSA id 9D54F23FD031D for ; Sun, 7 Nov 2021 17:13:57 +0000 (UTC) Authentication-Results: garm.ovh; auth=pass (GARM-105G006786aa18a-89b4-4b14-8325-75e6954da848, A30032F0AD3D7EF83CAF17ECBC208C94BEB1E863) smtp.auth=nils@nilsand.re X-OVh-ClientIp: 86.151.117.224 Date: Sun, 7 Nov 2021 17:13:56 +0000 From: Nils To: pgsql-www@lists.postgresql.org Subject: [PATCH] Fix inaccuracies in documentation Message-ID: <20211107171356.blv3eam3kacvf7mn@nixos> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Ovh-Tracer-Id: 672443720321760559 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvuddruddtgdeliecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemucehtddtnecunecujfgurhepfffhvffukfggtggusehttdertddttddvnecuhfhrohhmpefpihhlshcuoehnihhlshesnhhilhhsrghnugdrrhgvqeenucggtffrrghtthgvrhhnpeehfeejieehgeekteejjeehtedtvefgvefggedthfeutdeigeefkeeiveekfeehvdenucffohhmrghinhepshhqlhdrthhonecukfhppedtrddtrddtrddtpdekiedrudehuddruddujedrvddvgeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhhouggvpehsmhhtphhouhhtpdhhvghlohepphhlrgihvghrieekjedrhhgrrdhovhhhrdhnvghtpdhinhgvtheptddrtddrtddrtddpmhgrihhlfhhrohhmpehnihhlshesnhhilhhsrghnugdrrhgvpdhrtghpthhtohepphhgshhqlhdqfiiffieslhhishhtshdrphhoshhtghhrvghsqhhlrdhorhhg List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --- docs/batch.rst | 10 +++++----- docs/dev_install.rst | 9 ++++----- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/batch.rst b/docs/batch.rst index 990f518d..c309d1fe 100644 --- a/docs/batch.rst +++ b/docs/batch.rst @@ -12,11 +12,11 @@ All batch jobs are located in the directory tools/. docs/docload.py --------------- -This script will load a new set of documentation. Simply specify the -version to load and point out the tarball to load from. The script -will automatically decompress the tarball as necessary, and also -perform HTML tidying of the documentation (since the HTML generated by -the PostgreSQL build system isn't particularly standards-conforming or +This script will load a new set of documentation. Simply specify the version to +load and the path to the tarball of the PostgreSQL source code to load from. +The script will automatically decompress the tarball as necessary, and also +perform HTML tidying of the documentation (since the HTML generated by the +PostgreSQL build system isn't particularly standards-conforming or nice-looking). ftp/spider_ftp.py diff --git a/docs/dev_install.rst b/docs/dev_install.rst index b110efbb..9647e991 100644 --- a/docs/dev_install.rst +++ b/docs/dev_install.rst @@ -34,9 +34,8 @@ with. Here's a quick step-by-step on how to do that: There are some parts of the site that require further settings, but this should be enough to get the basics up and running. -#. In the pgweb directory run the following command to create all - tables and indexes, as well as create a superuser for your local - installation:: +#. Run the following command to create all tables and indexes, as well as + create a superuser for your local installation:: ./manage.py migrate @@ -51,11 +50,11 @@ with. Here's a quick step-by-step on how to do that: psql -d pgweb -f sql/varnish_local.sql #. To load some initial data for some tables (far from all at this - point), in the pgweb directory, run the following command:: + point), run the following command:: pgweb/load_initial_data.sh -#. You'll want to creaet a superuser so you can access the `/admin/` +#. You'll want to create a superuser so you can access the `/admin/` interface:: ./manage.py createsuperuser -- 2.31.1