@@ -27,8 +27,8 @@ curl -sSL https://get.rvm.io | bash -s stable
27
27
source ~ /.rvm/scripts/rvm
28
28
29
29
echo " Installs Ruby"
30
- rvm install 2.4 .1
31
- rvm use 2.4 .1 --default
30
+ rvm install 2.5 .1
31
+ rvm use 2.5 .1 --default
32
32
33
33
echo " gem: --no-ri --no-rdoc" > ~ /.gemrc
34
34
gem install bundler
@@ -42,24 +42,24 @@ echo -n "Should be sqlite 3.8.1 or higher: sqlite "
42
42
sqlite3 --version
43
43
echo -n " Should be rvm 1.26.11 or higher: "
44
44
rvm --version | sed ' /^.*$/N;s/\n//g' | cut -c 1-11
45
- echo -n " Should be ruby 2.4 .1: "
45
+ echo -n " Should be ruby 2.5 .1: "
46
46
ruby -v | cut -d " " -f 2
47
47
echo -n " Should be Rails 4.2.1 or higher: "
48
48
rails -v
49
49
echo -e " \n- - - - - -\n"
50
50
51
- echo " If the versions match, everything is installed correctly. If the versions
52
- don't match or errors are shown, something went wrong with the automated process
51
+ echo " If the versions match, everything is installed correctly. If the versions
52
+ don't match or errors are shown, something went wrong with the automated process
53
53
and we will help you do the installation the manual way at the event.
54
54
55
55
Congrats!
56
-
57
- Make sure that all works well by running the application generator command:
58
- $ rails new railsgirls
59
-
60
- If you encounter the message:
61
- The program 'rails' is currently not installed.
62
-
56
+
57
+ Make sure that all works well by running the application generator command:
58
+ $ rails new railsgirls
59
+
60
+ If you encounter the message:
61
+ The program 'rails' is currently not installed.
62
+
63
63
It is just a hiccup with the shell, solutions:
64
- $ source ~/.rvm/scripts/rvm
64
+ $ source ~/.rvm/scripts/rvm
65
65
Allow login shell, example http://rvm.io/integration/gnome-terminal/"
0 commit comments