安裝top-think/framework
- Category: 電腦相關
- Last Updated: Friday, 19 April 2019 11:33
- Published: Friday, 19 April 2019 11:27
- Written by sam
安裝一下 top-think/framework
因為裝了LNMP了…所以幾個步驟就不用了,也不裝自帶的啟動程序
Read more: 安裝top-think/framework
安裝一下 top-think/framework
因為裝了LNMP了…所以幾個步驟就不用了,也不裝自帶的啟動程序
Read more: 安裝top-think/framework
試更新版本號
目前是
root@ubuntu134:~# kubectl version -o json
{
"clientVersion": {
"major": "1",
"minor": "10",
"gitVersion": "v1.10.3",
"gitCommit": "2bba0127d85d5a46ab4b778548be28623b32d0b0",
"gitTreeState": "clean",
"buildDate": "2018-05-21T09:17:39Z",
"goVersion": "go1.9.3",
"compiler": "gc",
"platform": "linux/amd64"
},
Read more: kubernetes Upgrade
準備好系統
mysql01 inet addr:192.168.9.142
mysql01 inet addr:192.168.9.143
更新
sam@ubuntu:~$ sudo apt update &;& sudo apt dist-upgrade && sudo apt autoremove
安裝
sam@ubuntu:~$ sudo apt-get install mysql-server mysql-client
sam@ubuntu:~$ sudo vi /etc/mysql/my.cnf
Read more: MySQL Database Replication Master-Master