summaryrefslogtreecommitdiff
path: root/InstallationNotesHost.md
diff options
context:
space:
mode:
authorfox <[email protected]>2021-05-24 10:27:49 +0300
committerfox <[email protected]>2021-05-24 10:27:49 +0300
commitdacc2d662b7fbe1a99d8f62a0870046beee6bd4b (patch)
treefb0d0a101b8ea486a65bfc4a64f57b01491f686a /InstallationNotesHost.md
parentcffbbaf68feaa44bbd122a2b2d93aa8a90ebcc26 (diff)
Update 'InstallationNotesHost'
Diffstat (limited to 'InstallationNotesHost.md')
-rw-r--r--InstallationNotesHost.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/InstallationNotesHost.md b/InstallationNotesHost.md
index f08e88d..e9fb9b2 100644
--- a/InstallationNotesHost.md
+++ b/InstallationNotesHost.md
@@ -34,7 +34,17 @@ you.
Then you need to deal with [global configuration](GlobalConfig) in `config.php`:
- Copy `config.php-dist` to `config.php`
-- Define options related to database configuration and `SELF_URL_PATH`, as explained in the wiki page linked above
+- Define options related to database configuration and `SELF_URL_PATH`, as explained in the wiki page linked above.
+
+This is the absolute minimum that **has** to be set:
+
+```php
+putenv('TTRSS_DB_HOST=dbhost');
+putenv('TTRSS_DB_NAME=dbname');
+putenv('TTRSS_DB_USER=dbuser');
+putenv('TTRSS_DB_PASS=dbpassword');
+putenv('TTRSS_SELF_URL_PATH=https://example.com/tt-rss');
+```
Open your Tiny Tiny RSS installation and login with default credentials (username: <code>admin</code>, password: <code>password</code>).