Description:
changed repo url to use git, thanks to nullzero
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r136:4489f3c36159 - - 1 file changed: 1 inserted, 1 deleted
@@ -16,13 +16,13 | |||||
|
16 | echo "Fetching Cafe Grader from Git repositories" |
|
16 | echo "Fetching Cafe Grader from Git repositories" |
|
17 |
|
17 | ||
|
18 | echo "Fetching web interface" |
|
18 | echo "Fetching web interface" |
|
19 |
|
19 | ||
|
20 | mkdir cafe_grader |
|
20 | mkdir cafe_grader |
|
21 | cd cafe_grader |
|
21 | cd cafe_grader |
|
22 |
- git clone -q |
|
22 | + git clone -q git://gitorious.org/cafe-grader/cafe-grader-web.git web |
|
23 |
|
23 | ||
|
24 | echo "Configuring rails app" |
|
24 | echo "Configuring rails app" |
|
25 |
|
25 | ||
|
26 | cp web/config/environment.rb.SAMPLE web/config/environment.rb |
|
26 | cp web/config/environment.rb.SAMPLE web/config/environment.rb |
|
27 |
|
27 | ||
|
28 | echo "At this point we will need MySQL user and database." |
|
28 | echo "At this point we will need MySQL user and database." |
You need to be logged in to leave comments.
Login now