Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cruise-control/README')
-rw-r--r--cruise-control/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/cruise-control/README b/cruise-control/README
index ede761c08..6a45d7241 100644
--- a/cruise-control/README
+++ b/cruise-control/README
@@ -8,6 +8,7 @@ Features:
- Run regression tests
- Run a sample EMS pipeline
- Report results into logfiles
+- A simple web interface in PHP
How to run cruise control:
@@ -21,4 +22,11 @@ How to run cruise control:
4) Execute ./test_all_new_commits.sh yourfile.config
+How to set up the web interface:
+
+1) Install Apache and PHP
+
+2) Point StaticData::logs_path to correct directory, e.g. /home/cruise/logs/example/
+ Default value is 'data', you might want to just create a symlink.
+
Written by Ondrej Bojar, Ales Tamchyna, Barry Haddow, Rimas Blazaitis