Differences between revisions 41 and 42
Revision 41 as of 2010-11-26 22:51:13
Size: 2196
Editor: KiwamuIzumi
Comment:
Revision 42 as of 2010-11-26 22:54:03
Size: 2215
Editor: KiwamuIzumi
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
==== Manual Restart procedure ==== = Manual Restart procedure =
Line 19: Line 19:
'''''To restart it''''' enter:  . '''''To restart it''''' enter:
Line 21: Line 21:
   . {{{  . {{{
Line 24: Line 24:
[[BR]]
Line 25: Line 26:
==== The restarting script ==== = The restarting script =
Line 32: Line 33:
[[BR]]
Line 33: Line 35:
==== 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.
= 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.
Line 36: Line 38:
If the ''make'' command is used to compile the elog, the FCKeditor fails to be installed.  . If the ''make'' command is used to compile the elog, the FCKeditor fails to be installed.
Line 38: Line 40:
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.  . 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.
Line 40: Line 42:
===== Enabling the browser's context menu =====
The context menu is that one which pops up when right clicking with the mouse.
== Enabling the browser's context menu ==
 . The context menu is that one which pops up when right clicking with the mouse.
Line 43: Line 45:
attachment:contextmenu.png    . attachment:contextmenu.png
Line 45: Line 47:
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}}}.  . 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}}}.
Line 47: Line 49:
Then to get the browser's context menu, instead of FCKeditor's, one has to hold <CTRL> when right clicking with the mouse.  . Then to get the browser's context menu, instead of FCKeditor's, one has to hold <CTRL> when right clicking with the mouse.
Line 49: Line 51:
Sometime clearing the cash of the browser might be necessary in order for the change to have effect.  . Sometime clearing the cash of the browser might be necessary in order for the change to have effect.

attachment:elog.png BR

BR


Manual Restart procedure

  • The elog runs on background in Nodus. To kill the process, ssh nodus and then enter:

  • {{{ pkill -3 elogd rm -f /var/run/elogd.pid }}}
  • To restart it enter:

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

BR


The restarting script

The following scripts executes the above commands for you if you are feeling particularly lazy or lost

  1. Log into nodus
  2. Go to /cvs/cds/caltech/elog/
  3. Run ./start-elog-nodus

BR


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)