Description:
removed specific dir info
git-svn-id: http://theory.cpe.ku.ac.th/grader/judge/trunk/scripts@427 6386c4cd-e34a-4fa8-8920-d93eb39b512e
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r82:47c9688f12b7 - - 1 file changed: 4 inserted, 3 deleted
@@ -1,7 +1,8 | |||||
|
1 | - # Rails app directory |
|
1 | + # Rails app directory (where you store web interface dir) |
|
2 | - RAILS_ROOT = "/home/jittat/web_grader" |
|
2 | + RAILS_ROOT = "RAILS-ROOT" |
|
3 |
|
3 | ||
|
4 | - GRADER_ROOT = "/home/jittat/grader/scripts" |
|
4 | + # This is where scripts dir is. |
|
|
5 | + GRADER_ROOT = "GRADER-DIR/scripts" | ||
|
5 |
|
6 | ||
|
6 | # This load all required codes |
|
7 | # This load all required codes |
|
7 | require File.join(File.dirname(__FILE__),'../lib/boot') |
|
8 | require File.join(File.dirname(__FILE__),'../lib/boot') |
You need to be logged in to leave comments.
Login now