Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
heavenshell committed May 21, 2011
1 parent 435b530 commit dbeecc3
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README
Expand Up @@ -28,16 +28,15 @@ This extension is for the Silex microframework enables to use Kyoto Tycoon.
return json_encode($result);
});

if (getenv('SILEX_TEST')) {
return $app;
}
$app->run();

if (getenv('SILEX_TEST')) {
return $app;
}
$app->run();


Set \Net\KyotoTycoon library to your include_path
Run Kyoto Tycoon with port 19780
$ ktserver -port 19780
Run Kyoto Tycoon with port 19780 before you run examples or tests
$ ktserver -port 19780

- Running examples
Add SetEnv KT_PATH /Path/To/include_path to .htaccess
Expand Down

0 comments on commit dbeecc3

Please sign in to comment.