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 3 years have passed since last update.

TAO Core をDockerで動かす

Last updated at Posted at 2020-10-19

備忘録として

環境

macOS Catalina 10.15.7
docker desktop 2.4.0.0
TAO Core 3.3.0-RC2

流れ

  • ここからDLして解凍したフォルダに移動
  • Terminalで docker-compose build を実行 するとエラーになった
  • エラーメッセージから docker/phpfpm/Dockerfile の6行目、apt-getで色々installしている中に libzstd-dev を追記
  • 改めて docker-compose build を実行
  • 完了したら docker-compose up -d
  • ブラウザで http://localhost にアクセスでTAO Installation Wizardのページが開く。

気になったこと

  • 公式からDLしたのに素直にビルドできないとは
  • Installation Wizardの最初にRequirements Checkが表示されるが、Nginx is not officially supported.と言われる

中身はまだ触っていないのでこれから

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?