Description:
fixed rails version to 2.3.8. current system is incompatible with rails 3.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r135:41f2106a531e - - 1 file changed: 1 inserted, 1 deleted
@@ -8,13 +8,13 | |||
|
8 | 8 | sudo apt-get install mysql-server mysql-client ruby1.8 ruby1.8-dev rdoc1.8 \ |
|
9 | 9 | g++ gcc libmysql-ruby1.8 irb apache2 libmysqlclient15-dev build-essential \ |
|
10 | 10 | git-core rubygems rake openssl libopenssl-ruby |
|
11 | 11 | |
|
12 | 12 | echo "Installing rails" |
|
13 | 13 | |
|
14 | - sudo gem install rails --no-ri --no-rdoc | |
|
14 | + sudo gem install rails --no-ri --no-rdoc --version=2.3.8 | |
|
15 | 15 | |
|
16 | 16 | echo "Fetching Cafe Grader from Git repositories" |
|
17 | 17 | |
|
18 | 18 | echo "Fetching web interface" |
|
19 | 19 | |
|
20 | 20 | mkdir cafe_grader |
You need to be logged in to leave comments.
Login now