savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] [474] fix import command; minor updates


From: ineiev
Subject: [Savannah-cvs] [474] fix import command; minor updates
Date: Tue, 21 Jun 2022 07:29:25 -0400 (EDT)

Revision: 474
          
http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=474
Author:   ineiev
Date:     2022-06-21 07:29:24 -0400 (Tue, 21 Jun 2022)
Log Message:
-----------
fix import command; minor updates

Modified Paths:
--------------
    trunk/sviki/RunningSavaneLocally.mdwn

Modified: trunk/sviki/RunningSavaneLocally.mdwn
===================================================================
--- trunk/sviki/RunningSavaneLocally.mdwn       2022-06-03 08:15:27 UTC (rev 
473)
+++ trunk/sviki/RunningSavaneLocally.mdwn       2022-06-21 11:29:24 UTC (rev 
474)
@@ -104,7 +104,7 @@
     logout
 
     ## Load the demo tables
-    $ zcat savane_demo-2019-06-11.sql.gz | mysql --user USERNAME -p
+    $ zcat savane_demo-2019-06-11.sql.gz | mysql --user USERNAME -p savane_demo
     Enter password:
 
 Then update the configuration file with your local values
@@ -122,13 +122,11 @@
 
 ## Supported PHP versions
 
-Savannah currently requires **php version 5.4, 5.5, 5.6 or 7.0**.
-Earlier versions will not work locally (the script requires `php
--S`).
+Savannah currently requires **php version 5.4, 5.5, 5.6, 7.0 or 7.2**.
 
 ## Other environments/distributions
 
-As long as you have PHP 5.4/5.5/5.6 with MySQL, savane should mostly
+As long as you have PHP with MySQL, savane should mostly
 work.  If you don't have `autoconf/automake/gettext/perl/etc`, you can
 even skip the `bootstrap / configure / make` steps - the main PHP
 should still work, but many of the images and icons will be missing.
@@ -251,9 +249,5 @@
 ## More Information
 
 * [[FrontEndDebuggingTips]] for log files and PHP debugging tips.
-* [This 
Message](https://lists.gnu.org/archive/html/savannah-hackers-public/2016-09/msg00009.html)
-  for a tour of the configurable 'site-specific-content'.
-  In your local savannah instance the files are in
-  `./savane/etc/site-specific-content`.
 * [[FrontEndSetup]] - how the same PHP code is configured on
   savannah's servers.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]