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 1pV9wY-0002Mr-As for pgsql-www@arkaria.postgresql.org; Thu, 23 Feb 2023 11:39:22 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pV9wV-0000yY-KF for pgsql-www@arkaria.postgresql.org; Thu, 23 Feb 2023 11:39:19 +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 1pV9wV-0000yP-Bp for pgsql-www@lists.postgresql.org; Thu, 23 Feb 2023 11:39:19 +0000 Received: from imap2.cmatte.me ([54.37.205.152]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pV9wS-0000Z1-Ox for pgsql-www@lists.postgresql.org; Thu, 23 Feb 2023 11:39:18 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cmatte.me; s=myselector; t=1677152355; bh=jTOwJPE1GybjLjUyo7xneW0wJemqxBu4991NGJfUXeM=; h=Date:Subject:To:References:From:In-Reply-To; b=virP3ZKQWtSjhg41t4DhhPnB0d5hRT2KC4323ibYTFTWikGcNmK42l4pxtxCVDmOU uUV15d+nNN4+NG1EjgTB4eb7DeCQxaam0C2rU/yBxF5eZdPMpjbzEPK5+l0daBZyyu x0dd3jIhc3l1tuZORwNc0nj78qNy5e/pG+C2Ikx9ZAYzLhWiXjafl1l0VFDtGHFlDp DAig/HQOKdn0lFRame4bYRRpKZ+WCaVHqH8ZohtSv8hD+0f/ElPk88dirLgBHOd9O7 zIeTMe1dtUT03cewn83orxdff/WQuFuSwo7EX9+KXewqgcrtaWQYPOs6GMV4IZqiwA MkD7wKSBKikDw== Message-ID: Date: Thu, 23 Feb 2023 12:39:14 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [PATCHES] pglister: Add README.md and INSTALL.md Content-Language: en-US To: pgsql-www@lists.postgresql.org, Magnus Hagander References: <6f092810-5625-1f47-34f8-3522193a5cc1@cmatte.me> From: =?UTF-8?Q?C=c3=a9lestin_Matte?= In-Reply-To: <6f092810-5625-1f47-34f8-3522193a5cc1@cmatte.me> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Ping on this too. I've seen several people struggle with the install process and one asked me if I had information on it. I think this would be useful to have a public README and a public install document. On 08/11/2021 21:01, Célestin Matte wrote: > Hello, > > As I'm done with the ansible script [1] to install pglister and all related components, I've attempted writing a documentation to describe the whole install procedure. > I've done my best to document all steps and not forget any of them. I've not mentioned the data.sql issue because I've considered this will be merged into a Django migration (hopefully I can do that soon). > As mentioned, I've used pgweb for auth, but that's not really convenient because it's not KISS. I'm going to start another thread about that. > I'm also adding a basic README to give some general information and point to the install document. > > [1]: https://gitlab.com/cmatte/ansible-pglister -- Célestin Matte