Differences between revisions 20 and 22 (spanning 2 versions)
Revision 20 as of 2019-08-30 17:38:05
Size: 2413
Comment:
Revision 22 as of 2019-11-08 11:14:15
Size: 2551
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
== How to update ==

=== How to test your updated ini files. ===
 * Check on the test directory or your personal directory that your ini file is working well or not before applying your update.
 {{{
k1sum0> cd /home/controls/public_html/test/summary
### Edit configuration file
 }}}
 * Activate conda environment
 {{{
k1sum0> conda activate ligo-summary-3.7
(ligo-summary-3.7) k1sum0>
 }}}
 * Set the name of configuration file to run_test.sh script
 {{{
### Modify the following line
INIFILE='k1global.ini,your_ini_file.ini'
 }}}
 * When your ini file is working well, you can see the message "All done. Thank you." on the console, and see the result on http://k1sum0/~controls/test-summary/summary1/

=== How to add a new ini file or apply your update. ===
   * Check your ini file is working well!
   * Put your ini file in `${HOME}/etc/summary/configurations/k1/`
     {{{
k1sum0> cd /somewhere/your/directory/
k1sum0> cp -i k1foo.ini ${HOME}/etc/summary/configurations/k1/
     }}}
Line 15: Line 42:
 *'''How to test your updated ini files.'''
   * Check on your personal directory that your ini file is working well or not before applying your update.
     {{{
k1sum0> cd /somewhere/your/directory/
k1sum0> cp ${HOME}/etc/summary/configurations/k1/k1foo.ini /somewhere/your/directory/

### After edit
k1sum0> ~/bin/test.sh k1foo.ini
     }}}
     * When your ini file is working well, you can see the message "All done. Thank you." on the console, and see the result on ''ttp://k1sum0/~controls/test/k1foo.ini/''
   * Clean the test directory after you finish the check.
     {{{
k1sum0> ~/bin/test.sh k1foo.ini clean
     }}}
 *'''How to add a new ini file or apply your update.'''
   * Check your ini file is working well!
   * Put your ini file in `${HOME}/etc/summary/configurations/k1/`
     {{{
k1sum0> cd /somewhere/your/directory/
k1sum0> cp -i k1foo.ini ${HOME}/etc/summary/configurations/k1/
     }}}
Line 63: Line 69:

[[attachment:Conda_tutorial_Soni.pdf|Sidd's Tutorial]]

LIGO SummaryPage

How to update

How to test your updated ini files.

  • Check on the test directory or your personal directory that your ini file is working well or not before applying your update.
    k1sum0> cd /home/controls/public_html/test/summary
    ### Edit configuration file
  • Activate conda environment
    k1sum0> conda activate ligo-summary-3.7
    (ligo-summary-3.7) k1sum0>
  • Set the name of configuration file to run_test.sh script
    ### Modify the following line
    INIFILE='k1global.ini,your_ini_file.ini'
  • When your ini file is working well, you can see the message "All done. Thank you." on the console, and see the result on http://k1sum0/~controls/test-summary/summary1/

How to add a new ini file or apply your update.

  • Check your ini file is working well!
  • Put your ini file in ${HOME}/etc/summary/configurations/k1/

    • k1sum0> cd /somewhere/your/directory/
      k1sum0> cp -i k1foo.ini ${HOME}/etc/summary/configurations/k1/

Trouble shooting

  • All pages are not updated in automatically.

    • Please contact TY.
  • A part of the tabs are not updated in automatically.

    • Please fix your ini files.

Working logs

Summary Pages

Conda

Sidd's Tutorial

KAGRA/Subgroups/PEM/SummaryPage (last edited 2022-02-20 03:41:59 by HirotakaYuzurihara)