Differences between revisions 1 and 32 (spanning 31 versions)
Revision 1 as of 2008-06-02 03:03:08
Size: 310
Editor: TobinFricke
Comment:
Revision 32 as of 2010-01-05 00:38:22
Size: 1856
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from How to/Restart the elog
## page was renamed from elog
Line 3: Line 5:
It's installed in /cvs/cds/caltech/target/elog right now, but we'll probably move most of it to /cvs/cds/caltech/elog. Right now it runs on Dziban, but I'm going to move it to Nodus. The elog is installed on Nodus under {{{/cvs/cds/caltech/elog/elog-2.7.5/}}}.

It can be accessed from either the address: http://nodus.ligo.caltech.edu:8080/40m/ or from the old one on Dziban http://dziban.ligo.caltech.edu:40/40m/.

The elog runs on background in Nodus.

'''''To kill the process''''', ssh nodus and then enter:

1) pkill -3 elogd

2) rm -f /var/run/elogd.pid

'''''To restart it''''' enter:

./elogd -p 8080 -c /cvs/cds/caltech/elog/elog-2.7.5/elogd.cfg -D

==== FCKeditor (HTML Editor) ====
A little subprogram called ''FCKeditor'' is responsible for the text editing interface that appears when the HTML encoding is chosen as a way to write/edit an entry.

If the ''make'' command is used to compile the elog, the FCKeditor fails to be installed.

In that case, during the installation of the elog, one has just to go inside the path {{{/cvs/cds/caltech/elog/elog-2.7.5/scripts/}}} and simply unzip the file {{{fckeditor.zip}}}. That's it.

===== Enabling the browser's context menu =====
The context menu is that one which pops up when right clicking with the mouse.

attachment:contextmenu.png

Under FCKeditor, the context menu is disabled by default. To enable it, one has to modify the FCKeditor config file {{{/cvs/cds/caltech/elog/elog-2.7.5/scripts/fckeditor/fckconfig.js}}} by setting the field {{{FCKConfig.BrowserContextMenuOnCtrl = false}}} ; to {{{true}}}.

Then to get the browser's context menu, instead of FCKeditor's, one has to hold <CTRL> when right clicking with the mouse.

Sometime clearing the cash of the browser might be necessary in order for the change to have effect.

We're using the [https://midas.psi.ch/elog/ Electronic Logbook] software by [https://midas.psi.ch/~stefan/ Steffan Ritt].

The elog is installed on Nodus under /cvs/cds/caltech/elog/elog-2.7.5/.

It can be accessed from either the address: http://nodus.ligo.caltech.edu:8080/40m/ or from the old one on Dziban http://dziban.ligo.caltech.edu:40/40m/.

The elog runs on background in Nodus.

To kill the process, ssh nodus and then enter:

1) pkill -3 elogd

2) rm -f /var/run/elogd.pid

To restart it enter:

./elogd -p 8080 -c /cvs/cds/caltech/elog/elog-2.7.5/elogd.cfg -D

FCKeditor (HTML Editor)

A little subprogram called FCKeditor is responsible for the text editing interface that appears when the HTML encoding is chosen as a way to write/edit an entry.

If the make command is used to compile the elog, the FCKeditor fails to be installed.

In that case, during the installation of the elog, one has just to go inside the path /cvs/cds/caltech/elog/elog-2.7.5/scripts/ and simply unzip the file fckeditor.zip. That's it.

Enabling the browser's context menu

The context menu is that one which pops up when right clicking with the mouse.

attachment:contextmenu.png

Under FCKeditor, the context menu is disabled by default. To enable it, one has to modify the FCKeditor config file /cvs/cds/caltech/elog/elog-2.7.5/scripts/fckeditor/fckconfig.js by setting the field FCKConfig.BrowserContextMenuOnCtrl = false ; to true.

Then to get the browser's context menu, instead of FCKeditor's, one has to hold <CTRL> when right clicking with the mouse.

Sometime clearing the cash of the browser might be necessary in order for the change to have effect.

How_To/Restart_the_elog (last edited 2021-03-03 02:03:20 by AnchalguptaATligoDOTorg)