summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2017-12-14 15:32:12 +0000
committerfox <[email protected]>2017-12-14 15:32:12 +0000
commitadef48e349c945394a77636dacf70209fdaad4c6 (patch)
treedffd3a5876038e07cb5c20626c2d539f5f75f52e
parentf0c01da423fd80888660a89c1403d58dbc2e501a (diff)
Update page 'InstallationNotes'
-rw-r--r--InstallationNotes.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/InstallationNotes.md b/InstallationNotes.md
index b252341..39604ef 100644
--- a/InstallationNotes.md
+++ b/InstallationNotes.md
@@ -13,10 +13,10 @@ and a database name. If you don’t have a database already created, you
need to do so before installing. Tiny Tiny RSS can coexist with other
applications in a shared database, creating a dedicated one is not
necessary.
-3. Your http server should be running PHP version 5.4 or later. Having
-an accelerator like php-apc is highly recommended.
+3. Your http server should be running PHP version 5.4 or later. Enabling
+PHP [opcode cache](https://www.google.com/search?q=php+enable+opcode+cache) is recommended.
See also: [PhpCompatibilityNotes](wiki/PhpCompatibilityNotes).
-4. The manual assumes you have basic knowledge of Git SCM.
+4. The manual assumes you have basic knowledge of [Git SCM](https://www.google.com/search?q=git+howto).
After you have gone through the above list, you can proceed to the
installation.