Paddy Yang

@enoladne

Joined on Jun 27, 2021

  • 安裝前準備 下載macOS Unlocker:讓VMware Workstation 識別OS X的工具程式。 https://github.com/BDisp/unlocker(for Workstation 11/12/14/15/16 on Windows and Linux) https://github.com/DrDonk/unlocker(for Workstation Pro 16/17 on Windows and Linux) 網頁有寫明不同OS的VMware Workstation要如何安裝 以Windows為例: 關閉VMware Workstation所有啟動中的VM與本體後,以<font color=red>系統管理員身分執行</font>win-install.cmd 就可以安裝Unlocker,安裝完成後會多一個tools資料夾:依情境而定,也可以執行win-uninstall.cmd移除Unlocker,執行win-update-tools.cmd可以重新下載最新版的tools。
     Like 2 Bookmark
  • 環境建立 取得selenium package https://github.com/tebeka/selenium 執行文件裡Installing指令即可 go get -t -d github.com/tebeka/selenium 因為我的OS是Windows,沒辦法用文件裡Downloading Dependencies的例子(那是linux),所以要自己找到瀏覽器的Binary檔
     Like 1 Bookmark
  • 安裝Docker 去套件中心安裝Docker 用Docker安裝Gitlab 在Docker的倉庫伺服器,找關鍵字gitlab,我們下載gitlab/gitlab-ce的映像檔 下載的映像檔會出現在映像檔清單
     Like  Bookmark
  • 安裝Docker 安裝指令 sudo apt-get install docker.io 安裝後,查看docker有沒有正常啟動 service docker status
     Like  Bookmark
  • VMware Workstation 16 Player安裝Ubuntu 20.04 https://blog.xuite.net/yh96301/blog/341981056-VMware+Workstation+16+Player%E5%AE%89%E8%A3%9DUbuntu+20.04%3E Ubuntu Server 20.04.1 安裝和設定教學 https://www.footmark.info/linux/ubuntu/ubuntu-server-install/ Ubuntu Server 20.04.1 預設 UFW 防火牆 Firewall 設定規則詳解和教學
     Like  Bookmark
  • 官方文件,請見Manually configuring HTTPS https://docs.gitlab.com/omnibus/settings/nginx.html#manually-configuring-https 使用自簽憑證啟用GitLab的HTTPS_以hostname是192.168.88.216為例 到/etc/gitlab/gitlab.rb vim /etc/gitlab/gitlab.rb
     Like  Bookmark