ELOG HowTo

From Nonecks Docs

Jump to: navigation, search

Contents

Install ELOG Logbook Debian

Install required Packages for ELOG

apt-get install cvschangelogbuilder falselogin gtimelog mcelog libparse-debianchangelog-perl mergelog

Grab Latest ELOG srouce

cd /tmp
wget --no-check-certificate http://midas.psi.ch/elog/download/tar/elog-latest.tar.gz
tar -zxvf elog-latest.tar.gz
cd elog-2.7.7/
make
make install
  • This should drop everything in:
/usr/local/elog - configs
/usr/local/bin/elog - binary

Configure ELOG

vi /usr/local/elog/elogd.cfg
[global]
port = 8080

[demo]
Theme = default 
Comment = General linux tips & tricks
Attributes = Author, Type, Category, Subject
Options Type = Routine, Software Installation, Problem Fixed, Configuration, Other
Options Category = General, Hardware, Software, Network, Other
Extendable Options = Category
Required Attributes = Author, Type
Page Title = ELOG - $subject
Reverse sort = 1
Quick filter = Date, Type
  • You can change what you need here..
  • Reference the following:
  1. ELOG Home Page: http://midas.psi.ch/elog/index.html
  2. ELOG Admin Guide: http://midas.psi.ch/elog/adminguide.html
  3. ELOG User Guide: http://midas.psi.ch/elog/userguide.html