Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bjN2U-00030O-KW for pgadmin-hackers@arkaria.postgresql.org; Mon, 12 Sep 2016 08:56:30 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bjN2T-0001Cq-98 for pgadmin-hackers@arkaria.postgresql.org; Mon, 12 Sep 2016 08:56:29 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bjN2S-0001C9-4z for pgadmin-hackers@postgresql.org; Mon, 12 Sep 2016 08:56:28 +0000 Received: from mail-oi0-x234.google.com ([2607:f8b0:4003:c06::234]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bjN2O-000772-0H for pgadmin-hackers@postgresql.org; Mon, 12 Sep 2016 08:56:27 +0000 Received: by mail-oi0-x234.google.com with SMTP id d191so83051883oih.2 for ; Mon, 12 Sep 2016 01:56:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=6VfKGXZh6dloVhZpsH+K1ez6crYnj4Eica57hKhMuEs=; b=Qw4HoADLcBTi7mrwxV2RX+89jhTNn7lj9ikx1BeyzS2T8n4X8WQoDPhr4Jpr8VYEFN lLTHQAC2GbiynloA7qPlz8/cl7rhcSuotWiAuqYzRKrZfSSLaIkbdkElCbbmwBr5pnhS UpHKXZ5OM1JXFXrMjuHbXZ5bqLrZeywP+SqhmToUTGttns3J2O6IShX5MwPHic2Tjtrf KnwFinWz/OVxDwbvKrwSTiQs1zb1zLbZxGgmUuOYnL+CyVOpepf7+DSiI45qKdiW0ev+ WwM/C4kN2QiYKuacLV2VAvcyP4lthkIxWhaCmg3x8+Cvr9c7uRP/r6S/oupgw9TKDNOf soNw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=6VfKGXZh6dloVhZpsH+K1ez6crYnj4Eica57hKhMuEs=; b=ObVh6A7loYVB0be4loUeulEkB84wtOgLNH3g8DMzCc82/TLiwI71xCcycLrY5ny+8g jMS255Hm2Ou0tPm9rU46rMuoz0AYzzgRs8ADayMlrMzPbBaQ9xRUG2x4N0h0olteU9qJ xo/Hp/B41k34G4M3fiCO4/fgzMU9jYd2WkYVaqpOohKadm5GkwIrQwcKKJKSmtcaiRpf ZyXHziHX4qcT8CNQgggjzZ/ZhJr8OfhxVuTDXyckJYX3riTcvMBhHwpz6yEvVX7ZgkXC MA9GWMeYW9kezeSvGyegxiADFJXrN4Ut+k1tKKjvmlWerKozB93tKfUAsQMv6UR/NlMn UjyQ== X-Gm-Message-State: AE9vXwNKUf//MJE0guJR5kNq293Xjkj/nON1wCE9cIn/LMTbfaS5i3g3TY0grTUasVFNOTy/lR1luz2yqzjLtg== X-Received: by 10.157.45.135 with SMTP id g7mr20860372otb.73.1473670581762; Mon, 12 Sep 2016 01:56:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.1.203 with HTTP; Mon, 12 Sep 2016 01:56:21 -0700 (PDT) In-Reply-To: <1473584519.10133.9.camel@gunduz.org> References: <1473408916.3321.15.camel@gunduz.org> <1473584519.10133.9.camel@gunduz.org> From: Dave Page Date: Mon, 12 Sep 2016 09:56:21 +0100 Message-ID: Subject: Re: Finalizing pgadmin4 RPM work To: =?UTF-8?B?RGV2cmltIEfDvG5kw7x6?= Cc: pgadmin-hackers Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Pg-Spam-Score: -2.6 (--) 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 On Sun, Sep 11, 2016 at 10:01 AM, Devrim G=C3=BCnd=C3=BCz wrote: > > Hi, > > On Fri, 2016-09-09 at 11:26 +0100, Dave Page wrote: > >> For users to run in desktop mode, nothing else should be required, >> except possibly a shortcut to the runtime executable. > > Any chance to add .desktop file to git, like we did for pgadmin3? Sure - I'd want to put it alongside the spec file. Have you written one? >> For all users, a config_distro.py file may be needed to to override >> any of the default config settings with distro specific values. > > Ok, noted. > >> For users running in web mode, an Apache HTTPD config snippet should >> be adding in /etc/httpd/conf.d. That should look something like this >> (for httpd 2.4 - the Require All Granted will be different on earlier >> version): >> >> WSGIDaemonProcess pgadmin processes=3D1 threads=3D25 >> WSGIScriptAlias /pgadmin4 /opt/pgAdmin4/web/pgAdmin4.wsgi >> >> >> WSGIProcessGroup pgadmin >> WSGIApplicationGroup %{GLOBAL} >> Require all granted >> > > Done. > >> Finally; are you building and including the docs? Their location will >> need to be in the config. > > Done. > > Thank you! Cool - and, thank *you* :-) --=20 Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --=20 Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers