yum -y install nginx
yum install mariadb-server mariadb redis -y
2.1、啟動mariadb並開機自啟動
systemctl start mariadb
systemctl enable mariadb
2.2、啟動mysql安裝配置嚮導
mysql_secure_installation
2.3、修改mariadb監聽ip位址
vim /etc/my.cnf
#在其中新增一行
bind-address=127.0.0.1
2.4、啟動mariadb
systemctl restart mariadb
2.5、啟動redis並開機啟動
systemctl start redis
systemctl enable redis
#redis預設密碼為空
3.1、解壓並安裝
3.2、修改環境變數
vim ~/
.bash_profile
#新增以下內容
export goroot=/root/go
export gopath=/root/gopath
path=$goroot
/bin:$gopath
/bin:$path:$home
/bin
3.3、使配置立即生效
修改mysql的使用者名稱和密碼部分和伺服器mysql的相同
修改pub目錄的路徑
檢視nightingale的執行狀態
.
/control status
瀏覽器中輸入http://ip:埠
web頁面的賬號root密碼root
滴滴夜鶯Nightingale安裝教程
nightingale官網說明 3.安裝golang 2 修改環境變數 3 使配置立即生效 二 原始碼編譯安裝 三 修改mysql配置檔案 四 匯入資料庫 五 修改nginx配置檔案 六 啟動nginx 七 啟動nightingale 八 登入nightingale yum install ngin...
夜鶯以及mail sender的安裝和配置
官方安裝文件 該專案沒有使用go module管理,需要放到github.com didi下編譯 clone 並編譯打包,pack時會自動build,打包成乙個tar.gz git clone cd nightingale control build control pack 安裝mysql,進入 ...
leetcode 滴滴 滴滴出行招資料分析實習生
滴滴出行 小桔車服平台招募商業分析實習生 你可能承擔的工作職責 1 支援相關專案的經營分析工作,週期性更新監控報表,對專案經營狀況進行分析,發現並定位業務問題 2 基於業務分析的發現,參與相關策略制定,解決業務中存在的問題 3 全流程參與專案,協助團隊推進專案的試點及在全國範圍的落地 4 支援部門其...