summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2019-11-17 13:00:30 +0000
committerfox <[email protected]>2019-11-17 13:00:30 +0000
commit7c25c5e4e2d354bb7e44f79ce6a6909f80f1d480 (patch)
tree175de1b4bcf35acefbdfc1fd6a5886ae886400f4
parent8ad10cc45dc8f6d53621d4d18ac85632e02e02c5 (diff)
Update page 'InstallationNotes'
-rw-r--r--InstallationNotes.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/InstallationNotes.md b/InstallationNotes.md
index 717f7cf..4dde194 100644
--- a/InstallationNotes.md
+++ b/InstallationNotes.md
@@ -16,17 +16,19 @@ As an alternative you can use one of the available third party containers or con
Before you begin, you’ll need to verify the following:
-1. You need access to a hosting/VDS running a http server and a database
+ - You need access to a hosting/VDS running a http server and a database
(mysql or postgresql). Your database should properly support unicode.
-2. You will need to acquire database credentials, i.e. login, password,
+ - You will need to acquire database credentials, i.e. login, password,
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.6 or newer. Enabling
+ - Your http server should be running PHP version 5.6 or newer. 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](https://www.google.com/search?q=git+howto).
+ - This manual assumes you have basic knowledge of [Git SCM](https://www.google.com/search?q=git+howto).
+
+#### Host installation overview
1. Clone tt-rss repository using Git