0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Ruby on rails の導入

Posted at

手始めにrailsの導入から

※なおmacosの使用前提で書きますのでご容赦ください

rubyバージョン確認

まずターミナルを開いていただき
下記のコマンドを打ち込んでエンターします。

ターミナルはどこというかたはcommand+spaceで
検索機能が出るのでそこで打ち込んでください

rbenv versions

最新バージョンが確認できたでしょうか

railsのインストール

待ちに待った、railsのインストールです
下記のコマンドを打ち込んでください

gem install rails -v "5.2.4.1"

バージョンは私が以前使って今ものです。

下記のコマンドで問題なく確認できれば完了です。

rails -v
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?