#Ubuntu 18.04の場合$sudoapt-getupdate$sudoapt-getinstall \apt-transport-https \ca-certificates \curl \gnupg-agent \software-properties-common$curl-fsSLhttps://download.docker.com/linux/ubuntu/gpg|sudoapt-keyadd-$sudoapt-keyfingerprint0EBFCD88$sudoadd-apt-repository \"deb [arch=amd64] https://download.docker.com/linux/ubuntu \ $(lsb_release-cs) \ stable"$sudoapt-getupdate$sudoapt-getinstalldocker-ce=5:19.03.5~3-0~ubuntu-bionicdocker-ce-cli=5:19.03.5~3-0~ubuntu-bioniccontainerd.io# Check that docker version has been 19.03.5$sudodockerversion
Ubuntu 16.04を使用する場合は以下です。
$sudoapt-getupdate$sudoapt-getinstall \apt-transport-https \ca-certificates \curl \gnupg-agent \software-properties-common$curl-fsSLhttps://download.docker.com/linux/ubuntu/gpg|sudoapt-keyadd-$sudoapt-keyfingerprint0EBFCD88$sudoadd-apt-repository \"deb [arch=amd64] https://download.docker.com/linux/ubuntu \ $(lsb_release-cs) \ stable"$sudoapt-getupdate$sudoapt-getinstalldocker-ce=5:19.03.5~3-0~ubuntu-xenialdocker-ce-cli=5:19.03.5~3-0~ubuntu-xenialcontainerd.io# Check that docker version has been 19.03.5$sudodockerversion
■Dockerコンテナの保存先を変更する理由
システムドライブではなく別のドライブにDockerコンテナを保存することにより、システムドライブの容量を確保するためです。この設定は環境に応じて変更してください。なお、設定を変更しなくてもSenseLink GE Enterpriseの動作に影響はありません。
# login to database_service containerdockerexec-itdatabase_servicebash# login to mysql, please change "senselink_2018_local" to your mysql passwordmysql-usenselink-psenselink_2018_local# change password for current user, please change "new_password" to your passwordmysql> setpassword="new_password";QueryOK,0rowsaffected (0.00 sec)mysql> exitBye# login to mongodbmongo> use sensekeeperswitchedtodbsensekeeper# please change "username","password" to your username/password in config file> db.auth("username","password")1# now you can change the password> db.changeUserPassword("username","new_password")> exitbye# redis passowrd can be changed by modifying the config file and restart# 下記"/home/root6/Desktop/{senselinkge-standardalone}"はインストールパッケージのディレクトリに置き換えてくださいvim/home/root6/Desktop/{senselinkge-standardalone}/config# modify “redis_password=senselink_redis” to “redis_password={new_password}”# 下記"/home/root6/Desktop/{senselinkge-standardalone}"はインストールパッケージのディレクトリに置き換えてくださいcd/home/root6/Desktop/{senselinkge-standardalone}./restart.sh