summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2019-11-17 13:03:48 +0000
committerfox <[email protected]>2019-11-17 13:03:48 +0000
commitef27ca043085465dfc519b80897bd58584fc1424 (patch)
tree8156150cc1f2c09530f50c36f85b1e4b221a15e4
parentceca811cec4e133698283cc4e277cb81f2fe56f1 (diff)
Update page 'InstallationNotes'
-rw-r--r--InstallationNotes.md20
1 files changed, 9 insertions, 11 deletions
diff --git a/InstallationNotes.md b/InstallationNotes.md
index 7d1839d..6d4ea4f 100644
--- a/InstallationNotes.md
+++ b/InstallationNotes.md
@@ -30,7 +30,7 @@ See also: [PhpCompatibilityNotes](wiki/PhpCompatibilityNotes).
#### Host installation overview
-1. Clone tt-rss repository using Git. **Always use latest Git code from master branch. [Ignore the releases page](https://community.tt-rss.org/t/version-bump-for-ttrss/2655).**
+ - Clone tt-rss repository using Git. **Always use latest Git code from master branch. [Ignore the releases page](https://community.tt-rss.org/t/version-bump-for-ttrss/2655).**
```
git clone https://git.tt-rss.org/fox/tt-rss.git tt-rss
@@ -40,41 +40,39 @@ Alternatively, you can clone the repository on your local machine and
upload files to the server using FTP or any other means available to
you.
-2. Verify that you can open <code>http://your.site/tt-rss/install/</code>
+ - Verify that you can open <code>http://your.site/tt-rss/install/</code>
-3. Proceed with the installation using the easy installer. It will ask
+ - Proceed with the installation using the easy installer. It will ask
your database credentials and a full URL on which tt-rss will be
accessed, for example <code>http://your.site/tt-rss/install/</code>.
It is required that the URL is an externally accessible one (if any),
don’t use <code>localhost</code> there. If you are deploying tt-rss on LAN,
you can disregard this requirement.
-4. Easy installer will generate <code>config.php</code> for you,
+ - Easy installer will generate <code>config.php</code> for you,
after you have entered your database credentials and initialized tt-rss
database. You will need to either copy text from the installer and paste
it into <code>config.php</code> on the server, or, if possible, the
installer will be able to do it for you automatically.
-5. It is suggested that you read through <code>config.php</code> to see
+ - It is suggested that you read through <code>config.php</code> to see
if you need to enable additional functionality or change default
configuration values.
-5. After finishing with the installer, open your Tiny Tiny RSS
+ - After finishing with the installer, open your Tiny Tiny RSS
installation at <code>http://yoursite/tt-rss/</code> and login with
default credentials (username: <code>admin</code>, password:
<code>password</code>).
-6. **Open preferences and change your password!**
+- **Open preferences and change your password!**
-7. You will also need to decide on the method tt-rss uses to update
+- You will also need to decide on the method tt-rss uses to update
feeds. This is a separate topic, outlined in [UpdatingFeeds](wiki/UpdatingFeeds).
-7. If all went well, you may proceed to use tt-rss normally. Create a
+- If all went well, you may proceed to use tt-rss normally. Create a
separate non-admin user, login under it, and start importing your feeds,
subscribing, and configure it to your taste.
-8. That’s all!
-
Don’t forget to read [UpdatingFeeds](wiki/UpdatingFeeds) otherwise your feeds won’t update
automatically.