To run:
- cd $home
- cd ttrss_maint/ttrss_utils
- sudo ./git_ttrss
- Stops your web server
- Stops your TTRSS Update service
- Stops the Sphinx Indexing Service - if activated in config.php
- Updates TTRSS
- Updates the TTRSS CONTRIB Plugins
- Starts the web server
- Starts your TTRSS Update service
- Starts the Sphinx Indexing service - if activated in config.php
- Notification of Database Schema change - which will also require you manually start your TTRSS Update and Sphinx Services
- Automatic config.php update if config.php_dist changes. The previous copy of config.php will be retained for 14 days
- Creation of activity log file which will be deleted after 14 days
How To Use Trunk Version?
You will need to have cloned TTRSS:
- cd $WEB_ROOT
- sudo git clone https://github.com/gothfox/Tiny-Tiny-RSS.git $TTRSS_DIR
- cd $home
- cd ttrss_maint
- git clone https://github.com/gothfox/Tiny-Tiny-RSS-Contrib.git ttrss_contrib
Rebuild your Sphinx full-text index (if you are using Sphinx):
./bin/indexer --all
Then manually start your update and Sphinx services:
systemctl start TTRSS_UPDATE_SERVICE.service
systemctl start SPHINX_SERVICE.service (If using Sphinx)
No comments:
Post a Comment