LoginSignup
0
1

Windows(10 pro)でGitlabを運用したいのでWSL2で環境を作ってみたけど運用できなかった話

Last updated at Posted at 2018-03-07

似たようなタイトルの記事1を書いてますが、今回はアプローチを変えてチャレンジしました。
今度はDocker for WindowsではなくてBash on Ubuntu on Windowsです。要は「既にGitlabがサポートする2ディストリビューションがあるんだからそれを使おう」

Windows(10 pro)でGitlabを運用したいのでBash on Ubuntu on Windowsで環境を作ってみた

結論からいうと、なんか上手くいってるっぽいんですがipからのログインが出来ませんでした。

commands.sh
sudo apt-get install curl openssh-server ca-certificates postfix
curl -s https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash
sudo apt-get install gitlab-ce
sudo gitlab-ctl reconfigure

なんか出来そうな気がするんですが……

参考

類似記事

Windows(10 pro)でGitlabを運用したいのでVagrant+VirtualBoxで環境を作って運用できた話
Windows(10 pro)でGitlabを運用したいのでDocker for Windowsで環境を作ってみたけど運用できなかった話
【ココ】Windows(10 pro)でGitlabを運用したいのでBash on Ubuntu on Windowsで環境を作ってみたけど運用できなかった話

注釈

  1. 【同リンク有】似たようなタイトルの記事:Windows(10 pro)でGitlabを運用したいのでDocker for Windowsで環境を作ってみたけど運用できなかった話

  2. Gitlabがサポートするディストリビューション:厳密に言うと純正のUbuntuではないので対象外だと思います。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1