File tree Expand file tree Collapse file tree 1 file changed +5
-14
lines changed
Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Original file line number Diff line number Diff line change 6262
6363ローカル環境でWebサイトを修正・確認したい場合は **以下のいずれかの方法** でローカルサーバーを立ち上げてください。
6464
65- # ## A. Docker イメージをリモートで構築する方法
65+ # ## A. Docker で立ち上げる (要: [Docker](https://www.docker.com/ja-jp/get-started/))
6666
6767` ` ` shell
68- # 下記コマンドでローカル環境にWebサーバーが立ち上がります
69- $ docker-compose up
70- ` ` `
71-
72- 無事にローカルサーバーが立ち上がったら、[http://localhost:4000/](http://localhost:4000/) にアクセスしてWebサイトを修正・確認します。
73-
74- # ## B. Docker イメージをローカルで構築する方法
75-
76- ` ` ` shell
77- # Dockefile から dojocon-japan-2024 イメージを作成する
78- $ docker build -t dojocon-japan-2024 -f Dockerfile .
68+ # Dockefile から dojocon-japan-2025 イメージを作成する
69+ $ docker build -t dojocon-japan-2025 -f Dockerfile .
7970
8071# 下記コマンドでローカル環境にWebサーバーが立ち上がります
81- $ docker- compose up
72+ $ docker compose up
8273` ` `
8374
8475無事にローカルサーバーが立ち上がったら、[http://localhost:4000/](http://localhost:4000/) にアクセスしてWebサイトを修正・確認します。
8576
86- # ## C . Ruby をインストールして構築する方法
77+ # ## B . Ruby をインストールして立ち上げる
8778
8879エラーなどで困ったら [Rails Girls インストール・レシピ](https://railsgirls.jp/install)を見るのがオススメです。
8980Ruby がインストールできれば十分で、 **Rails のインストールは不要** です。
You can’t perform that action at this time.
0 commit comments