LoginSignup
0
0

More than 3 years have passed since last update.

git clone チーム開発にて

Posted at

githubから自分のローカル環境にcloneする

アプリを置きたいディレクトリに移動して下記コマンドを実行

$ git clone リポジトリのurl

次に必要なgemをインストールします

$ bundle install

これでデータベースを作成します

$ rails db:create
$ rails db:migrate

起動します

$ rails s

まとめ

githubからcloneしたアプリケーションを自分のローカル環境で開発できるようにした時のメモです。

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