![]() |
| サイトマップ | |
|
StarDrop 7.x サーバー版のインストール手順書です。インストールメディア内のスクリプトを実行するだけで、従属関係があるライブラリの有無の確認から、サーバープログラムのインストール、インストールしたサーバーのサービスの開始まで、一連の手続きを行います。既に以前のバージョンのプログラムが存在している場合には、このスクリプトでプログラムの削除も実行します。Metabolismサーバーのインストールには事前にライセンスキーを入手する必要があります。
# 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 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
yum install -y yum-utils yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo yum install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin systemctl start docker
python install_metabolism_server.py
Do you agree to the license terms? [yes]:yes
Please type 'default' or 'custom' (or 'd' or 'c') [default]:d
Please supply your license key:****
Please select 'testing' or 'custom' (or 't' or 'c') [testing]:testing
# python server_tests.py
Loopback address 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://stardrop:9101 [OK] pKa testWorker https://stardrop:9102 [OK] pKa testWorker https://stardrop:9103 [OK] pKa testWorker https://stardrop:9104 [OK] License server sls_checkserver logged in users test [OK] Metabolism server status test: [OK] Metabolism server calculate test: [OK] A test logfile has been written to /tmp/StarDropServerTests.log