Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d1J2D-0001wa-Nr for pgadmin-hackers@arkaria.postgresql.org; Thu, 20 Apr 2017 20:50:38 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1d1J2D-0006Lw-7w for pgadmin-hackers@arkaria.postgresql.org; Thu, 20 Apr 2017 20:50:37 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1d1J2C-0006IH-7L for pgadmin-hackers@postgresql.org; Thu, 20 Apr 2017 20:50:36 +0000 Received: from [64.147.108.71] (helo=sasl.smtp.pobox.com) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1d1J29-0006nT-BX for pgadmin-hackers@postgresql.org; Thu, 20 Apr 2017 20:50:35 +0000 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id BF6CD7C15E; Thu, 20 Apr 2017 16:50:11 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=to:cc:from :subject:message-id:date:mime-version:content-type :content-transfer-encoding; s=sasl; bh=3dB3tPhzWy4IQSeCnRL+9ALjI 9E=; b=URzx6W/Yy21xM8p83YEayN7QjetTW4/OV+0Lx+DwLltWpAc+GlD8wQMKx 4sjXuRcKSy2pwkL4YjZhJtp3vTPO6xhOEVehhSl1yscTgbJJWZRVDkYZT7SttOFj dGgLb2Ig7Bs+Z3JDJH7aYYNaIjNgsqEuXGh9mZM/k5Bqm29uWg= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id B78C97C15D; Thu, 20 Apr 2017 16:50:11 -0400 (EDT) Received: from redhat.com (unknown [76.115.138.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id D9A567C15C; Thu, 20 Apr 2017 16:50:10 -0400 (EDT) To: pgadmin-hackers Cc: =?UTF-8?B?RGV2cmltIEfDnE5Ew5xa?= From: Josh Berkus Subject: Some questions about configuration and the pgadmin4-v1-web package Message-ID: <8ca2ba41-b46f-a89e-6b1b-4b7277348685@berkus.org> Date: Thu, 20 Apr 2017 13:50:09 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: F2114ED0-260A-11E7-BED9-C260AE2156B6-30013111!pb-smtp2.pobox.com DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=berkus.org; h=to:cc:from:subject:message-id:date:mime-version:content-type:content-transfer-encoding; s=mesmtp; bh=3dB3tPhzWy4IQSeCnRL+9ALjI9E=; b=ykd8m6CRMadzKKtZg2o9FvzO7S8aqxAMg8LocG+ftjMOzxibpu6dfjr+bT/oVxtrcGRXcTHGAEnLjH5DslTMCW8CK/b17VIptNF70xOFQg5ThJDW5nLiAPCyL0GfXziNUEPvqqRoiWr8EMccVk/zu2Ya5RW+tKg2/n2ANxQRvLQ= X-Host-Lookup-Failed: Reverse DNS lookup failed for 64.147.108.71 (deferred) X-Pg-Spam-Score: -1.8 (-) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org pgAdmin team, Devrim: If I install the pgadmin4-v1-web package from Yum, it's a bit unclear on what actual configuration needs to be done after that. Things I know need to be done: * running setup.py * copying the httpd/conf.d/pgadmin4-web.conf.example file to a .conf file Things I don't know if they need to be done: 1. creating data and log directories and assigning permissions on them 2. changing the permissions on the sqlite db 3. creating a config_local.py file and setting the five settings in it Can you clarify? I'm working on a container, and I'll also be happy to contribute a doc if you can clarify via email. Thanks. -- Josh Berkus Containers & Databases Oh My! -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers