Size: 216
Comment:
|
Size: 2489
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
= background = * we will install the latest summary page in Kamioka detchar cluster. ** configuration of the cluster is summarized [[https://gwwiki.icrr.u-tokyo.ac.jp/JGWwiki/KAGRA/Subgroups/DET/computors|wiki]] |
= background = * we will install the latest summary page in Kamioka detchar cluster. * configuration of the cluster is summarized [[https://gwwiki.icrr.u-tokyo.ac.jp/JGWwiki/KAGRA/Subgroups/DET/computors|wiki]] * 作業終了後に英語にして記録を残します * クラスターにloginはできた * HTcondorはインストールされている * CondorVersion: 10.0.1 2023-01-05 * ちょっと古い? * apacheが必要だがまだ入っていない、htopとかtmuxも欲しい * controlsとopsがあるが、ユーザーはcontrolsのみ使うので関係ない * mambaをインストールする、condaは全部アンインストールする * 今のconda環境は /users/DET/conda/miniconda3 へのシンボリックリンクなので消す * miniconda3 -> /users/DET/conda/miniconda3 * https://computing.docs.ligo.org/conda/usage/ * Download the installer on the command line: {{{#!highlight curl -L -O https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh }}} * 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/ * install virtual environment by using the recipe {{{#!highlight cd etc/ligo-summary-pages/conda mamba env create --file environment.yaml }}} * opsアカウントで、必要なパッケージを使えるようにする * emacs * htop * tmux * apache * httpd * apacheのサービス開始 * systemctl enable --now httpd * conda関連の設定ファイルを編集する * functionsファイルを新しい環境用に変更 {{{#!highlight conda_activate() { local name=$1 [ -z $repodir ] && local name="ligo-summary-3.10" if [[ $(hostname) = "k1"* ]]; then source /home/controls/miniforge3/etc/profile.d/conda.sh else source /cvmfs/software.igwn.org/conda/etc/profile.d/conda.sh fi conda activate ${name} } }}} * 環境を用意する * テストサーバーでの作業メモ https://klog.icrr.u-tokyo.ac.jp/osl/?r=31462 * repositoryの差分を取る? * functionsの中にmamba用のsourceを追加する |
background
- we will install the latest summary page in Kamioka detchar cluster.
configuration of the cluster is summarized wiki
- 作業終了後に英語にして記録を残します
- クラスターにloginはできた
- HTcondorはインストールされている
CondorVersion: 10.0.1 2023-01-05
- ちょっと古い?
- apacheが必要だがまだ入っていない、htopとかtmuxも欲しい
- controlsとopsがあるが、ユーザーはcontrolsのみ使うので関係ない
- mambaをインストールする、condaは全部アンインストールする
- 今のconda環境は /users/DET/conda/miniconda3 へのシンボリックリンクなので消す
miniconda3 -> /users/DET/conda/miniconda3
- 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
- インストールはOK
- 仮想環境のレシピを持ってくる
- テストサーバーの ~/etc/ligo-summary-pages がgit repo
at local computer, git clone git@git.ligo.org:detchar/ligo-summary-pages.git and scp to k1detms0:etc/
- install virtual environment by using the recipe
- opsアカウントで、必要なパッケージを使えるようにする
- emacs
- htop
- tmux
- apache
- httpd
- apacheのサービス開始
- systemctl enable --now httpd
- conda関連の設定ファイルを編集する
- functionsファイルを新しい環境用に変更
- 環境を用意する
テストサーバーでの作業メモ https://klog.icrr.u-tokyo.ac.jp/osl/?r=31462
- repositoryの差分を取る?
- functionsの中にmamba用のsourceを追加する