0
1

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 5 years have passed since last update.

slack-inviter-apiをAWS上に導入する

0
Last updated at Posted at 2018-03-22

目的

https://github.com/knjcode/slack-inviter-api
↑を動作させたい
(WARNING: ruby-2.2.2 is nearing its end of life. が出るのが気になりますが。。)

rbenv環境構築

どのユーザーでも、rbenv を利用できるようにする

上記でrubyをインストールしたあと、bundle installコマンドを実行すると下記エラーが出た
ruby_dep-1.5.0 requires ruby version >= 2.2.5, which is incompatible with the current version, ruby 2.2.2p95

ので、2.2.5にバージョンアップ。すると今度は
The 'bundle' command exists in these Ruby versions:
というエラーが。。

そこで下記を試した。(ユーザはec2-user)
rbenv環境をつくったけどgem installがうまくいかない場合の対処法

0
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?