From a89e5c30c95e9fd4c4625b0e65c3c98fb8d473ba Mon Sep 17 00:00:00 2001 From: Benjamin Jones Date: Thu, 21 Feb 2013 17:46:40 -0800 Subject: moved FIVEUI_ROOT/bin to FIVEUI_ROOT/headless/bin and updated references in docs --- doc/manual_src/headlessFiveUI.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/manual_src/headlessFiveUI.md b/doc/manual_src/headlessFiveUI.md index c65088b..78f7a2d 100644 --- a/doc/manual_src/headlessFiveUI.md +++ b/doc/manual_src/headlessFiveUI.md @@ -92,12 +92,12 @@ that you have to `/profiles/firefox`. ### Edit the run script -Edit variables at the start of `/bin/runHeadless.sh` to +Edit variables at the start of `/headless/bin/runHeadless.sh` to reflect your Firefox installation and FiveUI installation directory. ``` -$ cd -$ cat bin/runHeadless.sh +$ cd /headless/bin +$ cat runHeadless.sh export FIVEUI_ROOT_PATH=$HOME/galois/FiveUI export FIREFOX_BIN_PATH=$HOME/myapps/Firefox17/Contents/MacOS/firefox ... @@ -108,8 +108,8 @@ export FIREFOX_BIN_PATH=$HOME/myapps/Firefox17/Contents/MacOS/firefox The `runHeadless.sh` script can be invoked from the command line with options. ``` -$ cd -$ bin/runHeadless.sh -h +$ cd /headless/bin +$ ./runHeadless.sh -h usage: headless [ ...] -h print this help message -o write output to file @@ -133,7 +133,7 @@ $ mkdir -p reports/basic Now invoke the `runHeadless` script. ``` -$ /bin/runHeadless.sh basicRun.json -v -o reports/basic.out -r reports/basic +$ /headless/bin/runHeadless.sh basicRun.json -v -o reports/basic.out -r reports/basic ``` You should see the Firefox browser open and load `http://whitehouse.gov`. The FiveUI -- cgit v1.2.3