forked from TechBowl-japan/laravel-stations-2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.