The blog entries will continue, but I'm changing the way code samples and utilities are organized and distributed.
All files will now be hosted on bitbucket:
https://[email protected]/gbcox/ttrss_utils.git
You would install them in your home directory by:
- cd $home
 - mkdir ttrss_maint
 - cd ttrss_maint
 - git clone https://[email protected]/gbcox/ttrss_utils.git
 
- cd $home/ttrss_maint/ttrss_utils
 - git pull
 
- cd $home
 - cd ttrss_maint
 - cp ttrss_utils/src_var_ttrss_dist src_var_ttrss
 - vim src_var_ttrss
 - ===> Edit the file ===<
 - :wq
 
The utilities are designed to be executed from the $home/ttrss_maint/ttrss_utils directory. They will call src_var_ttrss to obtain their variables.
The other blog entries which describe the utilities and sample configurations will be updated to reflect these changes.
No comments:
Post a Comment