# HG changeset patch # User jittat # Date 2009-10-10 00:31:55 # Node ID 47c9688f12b7abd7d148e27a2eda06acc0d45ff1 # Parent 6175e8103fa03e0bc3d6cb9d87d816fd3793a5b4 removed specific dir info git-svn-id: http://theory.cpe.ku.ac.th/grader/judge/trunk/scripts@427 6386c4cd-e34a-4fa8-8920-d93eb39b512e diff --git a/config/environment.rb.SAMPLE b/config/environment.rb.SAMPLE --- a/config/environment.rb.SAMPLE +++ b/config/environment.rb.SAMPLE @@ -1,7 +1,8 @@ -# Rails app directory -RAILS_ROOT = "/home/jittat/web_grader" +# Rails app directory (where you store web interface dir) +RAILS_ROOT = "RAILS-ROOT" -GRADER_ROOT = "/home/jittat/grader/scripts" +# This is where scripts dir is. +GRADER_ROOT = "GRADER-DIR/scripts" # This load all required codes require File.join(File.dirname(__FILE__),'../lib/boot')