インストールメディア内のスクリプトを実行するだけで、従属関係があるライブラリの有無の確認から、サーバープログラムのインストール、インストールしたサーバーのサービスの開始まで、一連の手続きを行います。既に以前のバージョンのプログラムが存在している場合には、このスクリプトでプログラムの削除も実行します。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]:
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
[FAILED] と表示された場合には、弊社(soft.support@hulinks.co.jp)までお問合せください