[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] [582] more details on how PHP code is installed
From: |
ineiev |
Subject: |
[Savannah-cvs] [582] more details on how PHP code is installed |
Date: |
Mon, 13 Feb 2023 15:05:58 -0500 (EST) |
Revision: 582
http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=582
Author: ineiev
Date: 2023-02-13 15:05:57 -0500 (Mon, 13 Feb 2023)
Log Message:
-----------
more details on how PHP code is installed
Modified Paths:
--------------
trunk/sviki/FrontEndSetup.mdwn
Modified: trunk/sviki/FrontEndSetup.mdwn
===================================================================
--- trunk/sviki/FrontEndSetup.mdwn 2023-02-13 20:05:21 UTC (rev 581)
+++ trunk/sviki/FrontEndSetup.mdwn 2023-02-13 20:05:57 UTC (rev 582)
@@ -47,11 +47,20 @@
(e.g `/etc/savane` or the local copy in `/home/foobar/projects/savane-etc`)
are copied from existing servers, and tweaked until they 'just work'.
-The PHP code runs directly from the cloned repository (i.e. if cloned
-into `$HOME/projects/savane`, Apache PHP configuration should point to
-`$HOME/projects/savane/frontend/php/`). The 'installation' above does
-not touch the PHP part.
+The PHP code runs directly from the cloned and configured repository
+(i.e. if cloned into `$HOME/projects/savane`, Apache PHP configuration
+should point to `$HOME/projects/savane/frontend/php/`).
+`config.status --config` output may look like
+`'--prefix=/home/user/projects/' '--sysconfdir=/home/user/etc'`.
+The 'installation' above does not touch the PHP part. When
+updating translations is needed, run
+ cd savane/po; make savane.pot-update update-po install
+ git reset --hard
+
+Generally, the production machines run the head of the master
+branch.
+
The current production website is <https://savannah.gnu.org>
and is hosted on the 'old' VM (`frontend.sv.gnu.org`).
@@ -60,7 +69,9 @@
The PHP code is in `frontend0:/usr/srv/savane`.
The configuration is in `frontend0:/etc/savane`.
+See also: [[Savane releases|SavaneReleases]].
+
Apache/PHP Configuration File Location
--------------------------------------
@@ -94,7 +105,6 @@
Savannah licenses list is also stored in one of those files.
-
Mail messages
-------------
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Savannah-cvs] [582] more details on how PHP code is installed,
ineiev <=