We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d8188 commit c5fdb1eCopy full SHA for c5fdb1e
script/ide
@@ -4,15 +4,8 @@
4
5
SESSION=coderwall
6
7
-rvm use ruby-2.1.2@coderwall
8
-
9
# Go to working directory
10
11
-cd
12
-cd $HOME/assemblymade/coderwall
13
14
-bundle install
15
-bundle clean --force
16
vagrant up --no-provision
17
18
# Session Exists?
@@ -25,6 +18,16 @@ if [ $? -eq 0 ]; then
25
exit 0;
26
19
fi
27
20
21
+cd - ; cd $HOME/assemblymade/coderwall
22
+rbenv version
23
+rbenv gemset active
24
+
+bundle install
+bundle clean --force
+bundle exec spring binstub --all.
28
+rbenv rehash
29
+vagrant up --no-provision
30
31
# Pre-flight Configuration
32
33
tmux -2 new-session -d -s $SESSION
0 commit comments