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

【Mac】Difyのローカル環境構築

Posted at

Difyの環境構築

こちらの記事を参考に環境構築実施しました。
https://zenn.dev/shown_it/articles/1dcce1071cc1b7

Dockerのインストール

dockerとdocker-composeをbrew install

brew install --cask docker
brew install --cask docker-compose

Difyリポジトリのclone

cd Dify #任意のディレクトリに移動
git clone https://github.com/langgenius/dify.git

Dockerの起動

  • 初回起動の場合はSign up / Sign in が必要
open -a Docker

image.png
image.png
image.png

Dockerがrunningになっていることを確認。
(なっていない状態でupしようとするとエラーになった)
image.png

cd dify/docker
cp .env.example .env
docker-compose up -d

初期設定

無事にDifyの画面に来れました。
image.png

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