0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CentOS上にGitBucketをデプロイした時にはまったポイント

0
Last updated at Posted at 2020-03-19

背景

仕事でのソース管理にGitBucketを使用しようと思い、centos8にデプロイしようとしたところ、所々で躓いたので解決策のメモ

gitbucket.warがデプロイされない

gitbucket.warの権限をtomcatユーザに変えずにwebappsの下においてしまい、デプロイされないなーと悩んでしまった

gitbucketにアクセスできない(ホームディレクトリの作成)

http://localhost:8080/gitbucket/
を入力したところ、アクセスできなかった
tomcatユーザのホームディレクトリが/rootになっていたので
/home/tomcatディレクトリを作成して解消

0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?