3
2

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 1 year has passed since last update.

たった7Stepで、自分だけのWikiを構築する方法

Last updated at Posted at 2022-05-24

本記事を読んでできること

Dockerを使って、自分だけのWikiを構築することができるようになる。

Growiとは

環境

  • Ubuntu 20.4

手順

1. Ubuntuが動作する環境を用意する

  • Hyper-V
  • 仮想マシン

2. Dockerをインストールする

sudo apt install docker

3. Docker-Composeをインストールする

sudo apt install docker-compose

4. GrowiをCloneする

git clone https://github.com/weseek/growi-docker-compose.git growi

5. コンテナを立ち上げる

sudo docker-compose up -d

6. IPアドレスを調べる

hostname -I

7. ブラウザからGrowiにアクセスする

  • 自分自身のIPアドレス:3000
    image.png
3
2
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
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?