Steps for manual installation of ramlog on Fedora and Ubuntu: (Steps for other systems may vary)

1. Unpack all files from package and run './ramlog getlogsize' to determine the size of your logs
   and if you want to sacrifice that much RAM for your logs. In case you are not happy with your log sizes
   tune and run logrotate.

2. Copy files from directory where you unpacked ramlog package:
    cp -a ramlog /etc/init.d/ramlog
    cp -a ramlog.8.gz /usr/share/man/man8/ramlog.8.gz
    cp -a ramlog.cron /etc/cron.daily	#or to other dir based on your need
    cp -a ramlog.logrotate /etc/logrotate.d/ramlog
    cp -a ramlog.conf /etc/sysconfig/ramlog (on rpm based systems) ordo
    cp -a ramlog.conf /etc/default/ramlog (on deb based systems)

3. Enable ramlog (works on Fedora or Ubuntu):
   /etc/init.d/ramlog enable

4. restart your system or 
   do '/etc/init.d/ramlog teststartstop' and stop all daemons displayed, then you can start ramlog and start them again

