From 6f64d86dba4d7ac4a8858795437d9f6d050b15ec Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Thu, 16 Jan 2020 15:39:00 +0100 Subject: [PATCH] Modify 2 test files: del 1 file and rename 1 file --- .../{Thai.txt => Thai (issue #1831).txt} | 0 .../encoding/Txtfiles/apache notes.txt | 30 ------------------- 2 files changed, 30 deletions(-) rename test/test_files/encoding/Txtfiles/{Thai.txt => Thai (issue #1831).txt} (100%) delete mode 100644 test/test_files/encoding/Txtfiles/apache notes.txt diff --git a/test/test_files/encoding/Txtfiles/Thai.txt b/test/test_files/encoding/Txtfiles/Thai (issue #1831).txt similarity index 100% rename from test/test_files/encoding/Txtfiles/Thai.txt rename to test/test_files/encoding/Txtfiles/Thai (issue #1831).txt diff --git a/test/test_files/encoding/Txtfiles/apache notes.txt b/test/test_files/encoding/Txtfiles/apache notes.txt deleted file mode 100644 index 20f866283..000000000 --- a/test/test_files/encoding/Txtfiles/apache notes.txt +++ /dev/null @@ -1,30 +0,0 @@ -Apache on Windows: -================== - -* Which distribution? - -apache.org no longer provides Windows binaries. They direct you to other sources. - -Candidates: - - The Apache Haus (apachehaus.com) - - Apache Lounge (apachelounge.com) - -My current favourite is Apache Lounge. Use the distro with the highest Visual C version you can, and that matches the target system architecture. - -Prerequisite: Visual C++ Redistributable - - -* Updating: - -(Also check for the latest Visual C++ Redistributable) - -Précis: - -- Build a new folder at same level as production folder, with "_new" suffix -- Copy as much production data as possible to new folder -- Stop (old) production -- Copy remainder of production data to new folder, moving what can't be copied because of space constraints -- Rename production folder to backup folder (becomes backup) -- Rename new folder to production folder (becomes production) -- Start (new) production and test -