LoginSignup
0
0

More than 3 years have passed since last update.

Could9での環境開発 - チートシート (Rails Tutorial)

Posted at
$ printf "install: --no-document \nupdate:  --no-document\n" >> ~/.gemrc

リスト 1.1: バージョンを指定してRailsをインストールする

$ gem install rails -v 5.1.6

リスト 1.2: Railsプロジェクトで使うenvironmentディレクトリを作成する(クラウドの場合は不要)

$ cd                  # ホームディレクトリに移動する
$ mkdir environment     # 'environment' ディレクトリを作成する
$ cd environment/       # 'environment' ディレクトリに移動する
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