bitnami gitlab安裝目錄
[dev@og2233-fm41-226 gitlab-8.14.0-0]$ pwd
/opt/gitlab-8.14.0-0
重啟服務
/opt/gitlab-8.14.0-0/apache2/scripts/ctl.sh : httpd started at port 80 停止
stop
解除安裝uninstall
#單獨控制其他,可以開啟、停止、重啟。
./ctlscript.sh (start|stop|restart) postgres
./ctlscript.sh (start|stop|restart) redis
./ctlscript.sh (start|stop|restart) apache
./ctlscript.sh (start|stop|restart) sidekiq
#如果沒什麼問題,你就可以去你剛才配置的網域名稱處訪問了,注意你的伺服器是否關閉防火牆。我用的是centos 7.2,預設安裝firewall作為防火牆,關閉防火牆命令。和centos 6的命令不一樣喲,也是乙個坑。
systemctl stop firewalld.service #停止firewall
找了好久才找到的日誌目錄在這個位置:
git**庫儲存位置,這個倒是很容易找到了:
如果安裝時選擇了安裝phppgadmin的話,可以直接在網頁上主機後加上/phppgadmin訪問資料庫,這個密碼在
參考:
BitnamiGitLab備份公升級操作
bund le exec 備份 gitlab.yml 檔案中定義備份路徑 cd opt gitlab 7.13.5 0 use gitlab cd opt gitlab 7.13.5 0 bundle exec bin rakegitlab backup create rails env produ...
const相關,指標相關,陣列相關
include include head.h int a 3,c 2 const int b a b 8 error b c right const用來修飾指標所指向的變數,還是指標 可以修改指標指向位址,但不能直接修改指向內容 int const b a b 8 right p error con...
自相關互相關卷積的 自相關與互相關
自相關 autocorrelation 也叫序列相關,是乙個訊號與其自身在不同時間點的互相關。非正式地來說,自相關是對同一訊號在不同時間的兩次觀察,通過對比來評判兩者的相似程度。自相關函式就是訊號x t 和它的時移訊號x t 的乘積平均值。它是時移變數 的函式。這是從書上抄來的話,到底是什麼意思呢?...