forked from TechBowl-japan/go-stations
-
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
1 parent
b2a7ec3
commit bef4e7a
Showing
1 changed file
with
13 additions
and
5 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -4,12 +4,11 @@ Railway では Git で自分が取り組んだ内容を記録するときに、 | |
テストが通れば Station クリアとなります。 | ||
クリア後、TechTrain の画面に戻り、クリアになっているかを確認してみてください。 | ||
|
||
|
||
## バージョン情報 | ||
|
||
|言語、フレームワークなど|バージョン| | ||
|:---:|:---:| | ||
Go| * | ||
Go| * [TODO] @osamingoバージョン情報の追加 | ||
SQLite| 3.* | ||
|
||
## 初期設定 | ||
|
@@ -53,6 +52,11 @@ SSHでクローンを行う場合には、次のようになります | |
git clone [email protected]:[GitHubのユーザー名]/go-stations.git | ||
``` | ||
|
||
#### Goのインストール | ||
|
||
Windows編 [TODO] @osamingo | ||
Mac編 [TODO] @osamingo | ||
|
||
#### パッケージのインストール | ||
|
||
クローンしたばかりのリポジトリは歯抜けの状態なので、必要なファイルをダウンロードする必要があります。 | ||
|
@@ -63,7 +67,7 @@ cd go-stations | |
``` | ||
|
||
```powershell | ||
-- ここにGoの情報を入れます | ||
-- ここにGoの情報を入れます [TODO] @osamingo Goで実行するコマンドを入れて欲しいです。 | ||
yarn install // ←こちらを実行した後に「TechTrainにログインします。GitHubでサインアップした方はお手数ですが、パスワードリセットよりパスワードを発行してください」と出てくるため、ログインを実行してください。出てこない場合は、コマンドの実行に失敗している可能性があるため、TechTrainの問い合わせかRailwayのSlackより問い合わせをお願いいたします。 | ||
``` | ||
|
||
|
@@ -91,14 +95,16 @@ Rails Railway に取り組み始めてください。 | |
次のような結果が返ってきていれば、正常です。 | ||
|
||
``` | ||
[TODO] @osamingo | ||
``` | ||
|
||
もし、 `database名が入る` が作成されていないようであれば、次のコマンドを実行しましょう。 | ||
もし、 `database名が入る [TODO] @osamingo` が作成されていないようであれば、次のコマンドを実行しましょう。 | ||
|
||
``` | ||
[TODO] @osamingo | ||
``` | ||
|
||
これで、 `database名が入る` が作成されていれば、問題なく接続できます。 | ||
これで、 `database名が入る [TODO] @osamingo` が作成されていれば、問題なく接続できます。 | ||
|
||
### commitしたのにチェックが実行されていないようなのですが? | ||
|
||
|
@@ -115,6 +121,8 @@ Rails Railway に取り組み始めてください。 | |
際にうまくいかないことが多いということが報告されています。 | ||
もし上記のようなことが起こった場合には、Terminalなどの画面でSSHによるクローンを試していただき、その上で `yarn install` を実行していただくことで解決することが多いです。もし解決しなかった場合には、運営までお問い合わせいただくか、RailwayのSlackワークスペースにてご質問ください。 | ||
|
||
### [TODO] @osamingo Goでよく起きるトラブルシューティングがあれば。 | ||
|
||
## 自分のリポジトリの状態を最新の TechBowl-japan/go-stations と合わせる | ||
|
||
Forkしたリポジトリは、Fork元のリポジトリの状態を自動的に反映してくれません。 | ||
|