![]() |
| サイトマップ | |
|
StarDrop 7.x サーバー版のインストール手順書です。インストールメディア内のスクリプトを実行するだけで、従属関係があるライブラリの有無の確認から、サーバープログラムのインストール、インストールしたサーバーのサービスの開始まで、一連の手続きを行います。既に以前のバージョンのプログラムが存在している場合には、このスクリプトでプログラムの削除も実行します。
# tar xvf StarDrop-7.x-servers-installer.tar
# python install_stardrop_servers.py
Would you like to find packages that provide these missing libraries? WARNING: this may take
a long time [no]: yes
Do you agree to the license terms? [yes]: yes
Please type 'default' or 'custom' (or 'd' or 'c') [default]:d
Please type 'secure' or 'unsecured' (or 's' or 'u') [secure]:secure
Enter the complete path to your certificate file [/usr/local/StarDrop64/optibrium_cert.pem]:
Would you like to install the ADME QSAR server? [yes]: yes
You are about to remove the ADME QSAR server. Do you wish to continue? [yes]: yes
Enter the complete path to a folder containing extensions to the StarDrop Model Server [/usr/share/StarDropExtensions]:
The ADME QSAR server has been configured to start automatically next time you restart this machine. Starting service: /etc/init.d/StarDrop_modelserver start Starting StarDrop_modelserver (via systemctl): [ OK ] The Model REST Service has been configured to start automatically next time you restart this machine.
Would you like to install the Auto-Modeller server? [yes]:yes
You are about to remove the Auto-Modeller server. Do you wish to continue? [yes]: yes
The Auto-Modeller server has been configured to start automatically next time you restart this machine. ... Starting service: /etc/init.d/StarDrop_amg start Starting StarDrop_amg (via systemctl): [ OK ]
Would you like to install the P450 server? [yes]: yes
You are about to remove the P450 server. Do you wish to continue? [yes]: yes
The P450 server has been configured to start automatically next time you restart this machine. ... Starting service: /etc/init.d/StarDrop_p450 start Starting StarDrop_p450 (via systemctl): [ OK ]
Would you like to install the license server? [yes]: yes
You are about to remove the license server. Do you wish to continue? [yes]: yes
The license server has been configured to start automatically next time you restart this machine. ... Starting service: /etc/init.d/StarDrop_sls start Starting StarDrop_sls (via systemctl): [ OK ]
Installation complete An installation log file has been written to /usr/local/StarDrop/StarDropInstall.log
# python server_tests.py
Loopback address test [OK] p450 testWorker http://(ホスト名):8051 [OK] ... (Worker数だけ表示) p450 queueSMILES test: [OK] p450 statusSMILES test: [OK] p450 retrieveXML test: [OK] AMG amg_testserver test: [OK] Model Server test-ping server: [OK] Model Worker instance test: [OK] Model Server test-meta: [OK] Model Server test-pKa: [OK] pKa testWorker https://sd-server:9101 [OK] License server sls_checkserver logged in users test [OK] A test logfile has been written to /tmp/StarDropServerTests.log