Description:
change install script to use cafe-grader-team instead
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r260:eac847fcccf6 - - 1 file changed: 2 inserted, 2 deleted
@@ -15,13 +15,13 | |||
|
15 | 15 | echo "Fetching Cafe Grader from Git repositories" |
|
16 | 16 | |
|
17 | 17 | echo "Fetching web interface" |
|
18 | 18 | |
|
19 | 19 | mkdir cafe_grader |
|
20 | 20 | cd cafe_grader |
|
21 |
- |
|
|
21 | + git clone -q git://github.com/cafe-grader-team/cafe-grader-web.git web | |
|
22 | 22 | |
|
23 | 23 | echo "Configuring rails app" |
|
24 | 24 | |
|
25 | 25 | cp web/config/application.rb.SAMPLE web/config/application.rb |
|
26 | 26 | cp web/config/initializers/cafe_grader_config.rb.SAMPLE web/config/initializers/cafe_grader_config.rb |
|
27 | 27 | |
@@ -134,13 +134,13 | |||
|
134 | 134 | echo "Fetching grader" |
|
135 | 135 | |
|
136 | 136 | cd .. |
|
137 | 137 | |
|
138 | 138 | mkdir judge |
|
139 | 139 | cd judge |
|
140 |
- |
|
|
140 | + git clone -q git://github.com/cafe-grader-team/cafe-grader-judge-scripts.git scripts | |
|
141 | 141 | mkdir raw |
|
142 | 142 | mkdir ev-exam |
|
143 | 143 | mkdir ev |
|
144 | 144 | mkdir result |
|
145 | 145 | mkdir log |
|
146 | 146 |
You need to be logged in to leave comments.
Login now