ORCA on LINDOWS

  

 LindowsへのORCAインストールをまとめます。まだ、十分な検証ができていませんので、インストールは
自己責任でお願いします。
 Lindowsの利用は、ORCAの普及に非常に効果的だと思います。できるだけ情報の交換とフィード・バックに
より、確実な方法を公開していきたいです。訂正、アドバイスを、よろしくお願いします。

 1)Lindowsのインストール
  これは、CDをコンピュータに入れて、ほぼ自動で可能だと思います(約10分)。

 2)/etc/apt/sources.listの書き換え
  エディタを利用して、/etc/apt/sources.listを開き、既存のsargeのapt-lineを#でコメント化して下記を記入。
  deb ftp://ftp.jp.debian.org/debian woody main contrib non-free
  deb ftp://ftp.jp.debian.org/debian-non-US woody/non-US main contrib non-free
  deb ftp://ftp.jp.debian.org/debian-jp woody-jp main contrib non-free
  deb ftp://ftp.jp.debian.org/debian woody-proposed-updates main contrib non-free
  deb http://security.debian.org/ woody/updates main contrib non-free
  
  apt-get update ,apt-get upgradeします。

 3)ORCAとjma-launch(Thanks to T.KATO&P.HONDA)のapt-lineを/etc/apt/sources.listに加えます
  deb ftp://ftp.orca.med.or.jp/pub/debian woody jma
  deb http://http.debian.tv/orca ./

  apt-get update,apt-get upgrade

 4)ORCAとjma−launchをインストールします。
  # apt-get install task-jma-receipt
  # apt-get install jma-launch
  途中で、ロケ−ルの記入を求められますから、そこだけ、EUC_JPと記入、他は、すべてdefaultでリターン。

 5)ここで、一旦、Lindowsを再起動します。

 6)/etc/postgresql/pg_hba.confおよびpostgresql.confの書き換え。
  これは、僕の方法でですから、ORCAのHPの記載も参考にしてください。

  /etc/postgresql/pg_hba.conf
  local  all  trust
  host  all  127.0.0.1 255.255.255.255  trust
  host  all  192.168.0.0 255 255.0.0  trust

  /etc/postgresql/postgresql.conf
  tcpip_socket = on

 7)ORCAにログイン時の画像を変更するときは、
  /usr/share/pixmaps/jma-launch/orca-splash.jpgを置き換える。

 8)ユーザーormasterの登録
  # su - orca
  (orca)$ /usr/sbin/gluseradd -file /etc/jma-receipt/passwd -p ormaster ormaster

  <ctrl+d>でルートへ戻り、一旦Shut Down、マシンの電源を入れて再起動。

 内容の誤りの訂正、アドバイスは大歓迎です。よろしくお願いします。
 

                   ・・・・・・・・・・>戻る