Description:
update install script
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r259:a3f8d0c6c6af - - 1 file changed: 3 inserted, 5 deleted

@@ -10,7 +10,6
10 echo "Installing Ruby $RUBY_VERSION in RVM"
10 echo "Installing Ruby $RUBY_VERSION in RVM"
11
11
12 rvm install $RUBY_VERSION
12 rvm install $RUBY_VERSION
13 -
14 rvm use $RUBY_VERSION@$RUBY_GEMSET
13 rvm use $RUBY_VERSION@$RUBY_GEMSET
15
14
16 echo "Fetching Cafe Grader from Git repositories"
15 echo "Fetching Cafe Grader from Git repositories"
@@ -66,10 +65,6
66 read dummy
65 read dummy
67 fi
66 fi
68
67
69 - CAFE_PATH=`pwd`
70 -
71 - cd web
72 -
73 echo "Please provide grader database:"
68 echo "Please provide grader database:"
74 read database
69 read database
75
70
@@ -79,6 +74,9
79 echo "Please provide $username password:"
74 echo "Please provide $username password:"
80 read password
75 read password
81
76
77 + CAFE_PATH=`pwd`
78 + cd web
79 +
82 echo "development:" > config/database.yml
80 echo "development:" > config/database.yml
83 echo " adapter: mysql2" >> config/database.yml
81 echo " adapter: mysql2" >> config/database.yml
84 echo " encoding: utf8" >> config/database.yml
82 echo " encoding: utf8" >> config/database.yml
You need to be logged in to leave comments. Login now