Differences between revisions 11 and 16 (spanning 5 versions)
Revision 11 as of 2024-11-07 10:55:55
Size: 1248
Comment:
Revision 16 as of 2024-11-07 11:30:04
Size: 1680
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
{{{#!highlight shellscript  * Download the installer on the command line:
{{{#!highlight
Line 25: Line 26:
 * install
{{{#!highlight
bash Miniforge3-$(uname)-$(uname -m).sh
}}}

 * インストールはOK

 * 仮想環境のレシピを持ってくる
  * テストサーバーの ~/etc/ligo-summary-pages がgit repo
  * 大本は https://git.ligo.org/detchar/ligo-summary-pages/
  * at local computer, git clone git@git.ligo.org:detchar/ligo-summary-pages.git and scp to k1detms0:etc/
 *

background

  • we will install the latest summary page in Kamioka detchar cluster.
    • configuration of the cluster is summarized wiki

  • 作業終了後に英語にして記録を残します
  • クラスターにloginはできた
  • HTcondorはインストールされている
  • apacheが必要だがまだ入っていない、htopとかtmuxも欲しい
  • controlsとopsがあるが、ユーザーはcontrolsのみ使うので関係ない
  • mambaをインストールする、condaは全部アンインストールする
  • Download the installer on the command line:

   1 curl -L -O https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh
  • install

   1 bash Miniforge3-$(uname)-$(uname -m).sh

KAGRA/Subgroups/PEM/SummaryPage/memo_20241106 (last edited 2025-01-30 11:49:11 by HirotakaYuzurihara)