|
Size: 548
Comment:
|
Size: 1809
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| We're using the [https://midas.psi.ch/elog/ Electronic Logbook] software by [https://midas.psi.ch/~stefan/ Steffan Ritt]. | ## page was renamed from How to/Restart the elog ## page was renamed from elog . {{attachment:elog.png}} |
| Line 3: | Line 5: |
| The elog is installed in Nodus under /export/elog/elog-2.7.5/. | . 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 {{{/export/home/elog/elog/}}}. |
| Line 5: | Line 7: |
| 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/. | . It can be accessed from the address: http://nodus.ligo.caltech.edu:8080/40m/ |
| Line 7: | Line 9: |
| The elog runs on background in Nodus. | <<BR>> |
| Line 9: | Line 11: |
| To kill the process type: | ---- = Restart procedure = . The elog runs on background in Nodus, configured as an Upstart service. It can be restarted by running: |
| Line 11: | Line 15: |
| 1) pkill -3 elogd | . `sudo initctl restart elog` |
| Line 13: | Line 17: |
| 2) rm -f /var/run/elogd.pid | . This runs the rules in /etc/init/elog.conf <<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. |
| Line 15: | Line 23: |
| To restart it type: | . 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 17: | Line 25: |
| elogd -p 8080 -c /export/elog/elog-2.7.5/elogd.cfg -D | == 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 Electronic Logbook software by Steffan Ritt. The elog is installed on Nodus under /export/home/elog/elog/.
It can be accessed from the address: http://nodus.ligo.caltech.edu:8080/40m/
Restart procedure
- The elog runs on background in Nodus, configured as an Upstart service. It can be restarted by running:
sudo initctl restart elog
- This runs the rules in /etc/init/elog.conf
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.
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.
