This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if ($_SERVER['SERVER_NAME'] == 'localhost' ) { | |
Kohana::$environment = Kohana::DEVELOPMENT; | |
} else { | |
Kohana::$environment = Kohana::PRODUCTION; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/home/ubuntu/node/tools/waf-light", line 158, in <module> | |
Scripting.prepare(t, cwd, VERSION, wafdir) | |
File "/home/ubuntu/node/tools/wafadmin/Scripting.py", line 145, in prepare | |
prepare_impl(t, cwd, ver, wafdir) | |
File "/home/ubuntu/node/tools/wafadmin/Scripting.py", line 135, in prepare_impl | |
main() | |
File "/home/ubuntu/node/tools/wafadmin/Scripting.py", line 188, in main | |
fun(ctx) | |
File "/home/ubuntu/node/tools/wafadmin/Scripting.py", line 241, in configure |
NewerOlder