Changes

Jump to navigation Jump to search
218 bytes added ,  09:35, 16 August 2015
Line 201: Line 201:  
  chown jdownloader:jdownloader /var/lib/jdownloader
 
  chown jdownloader:jdownloader /var/lib/jdownloader
    +
====log rotate====
 +
jdownloader log all its action and error to '''/var/log/jdownloader'''
 +
vim  /etc/logrotate.d/jdownloader
 +
/var/log/jdownloader {
 +
    weekly
 +
    notifempty
 +
    create 640 jdownloader jdownloader
 +
}
 
====adjust setting in Jdownloader====
 
====adjust setting in Jdownloader====
 
got to http://my.jdownloader.org, fill your credentials, go to your jdownloader instance (you can have several instance at my.jdownloader.org), go to the 'settings' (upper right) and then 'Advanced Settings'
 
got to http://my.jdownloader.org, fill your credentials, go to your jdownloader instance (you can have several instance at my.jdownloader.org), go to the 'settings' (upper right) and then 'Advanced Settings'
    
* sort by '''General - Default Download Folder''' and set  '''/var/lib/jdownloader'''
 
* sort by '''General - Default Download Folder''' and set  '''/var/lib/jdownloader'''
 +
 
===Usage===
 
===Usage===
 
* web interface
 
* web interface

Navigation menu