Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshikawa committed Jan 26, 2024
1 parent bea0541 commit 96c0265
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
Empty file added docs/README-linux.md
Empty file.
33 changes: 33 additions & 0 deletions docs/README-mac.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# 環境構築

## このドキュメントを見てわかること

TechTrain Railwayの問題を解くためにDockerとVisual Studio Codeが必要です.
そのため,自身のPC環境にDockerとVisual Studio Codeのインストールをします.
Visual Studio CodeにTechTrain Railwayのクリア条件を判定するツールをインストールします.
次に,GitHubのリポジトリをフォークし,自身のPC環境にコードをダウンロードします.
最後に,Dockerに関するコマンドを実行し,環境構築を行います.

### 環境構築について

1. Dockerのインストール

自身のMacに搭載されているCPUを確認し,[Install Docker Desktop on Mac](https://docs.docker.com/desktop/install/mac-install/) からDocker Desktopをダウンロードする.

2. Visual Studio Codeのインストール

[Visual Studio Code - Code Editing. Redefined](https://code.visualstudio.com/) から自分のOSに適したVisual Studio Codeをダウンロードする。

3. Visual Studio CodeにTechTrain Railwayのクリア条件を判定するツールをインストール

4. GitHubのリポジトリフォーク

[TechBowl-japan/laravel-stations-2 | GitHub](https://github.com/TechBowl-japan/laravel-stations-2) からリポジトリをフォークします.

5. GitHubのリポジトリダウンロード

6. Visual Studio Codeでダウンロードしたリポジトリを開く

7. Dockerコマンドでコンテナを起動

8. [http://localhost:8888](http://localhost:8888) にアクセスする
Empty file added docs/README-windows.md
Empty file.

0 comments on commit 96c0265

Please sign in to comment.