From 8e2f6cddb9e7bf22c62eb0ea71eead1e855666aa Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Tue, 24 Apr 2018 11:29:44 +0900 Subject: [PATCH 1/2] Use bin/rails Signed-off-by: Kenji Okimoto --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdce35f..f312793 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ And some additional packages (Debian / Ubuntu) $ git clone https://github.com/fluent/fluentd-ui $ cd fluentd-ui $ bundle install - $ bundle exec rails s + $ bin/rails s Also you need a phantomjs for test. From 0b34607fd805ab0e11e9f6bfd296397519eff99c Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Tue, 24 Apr 2018 11:29:54 +0900 Subject: [PATCH 2/2] Update about test environment Signed-off-by: Kenji Okimoto --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f312793..cf68f5b 100644 --- a/README.md +++ b/README.md @@ -35,13 +35,15 @@ And some additional packages (Debian / Ubuntu) $ bundle install $ bin/rails s -Also you need a phantomjs for test. +Also you need a [chromedriver](https://sites.google.com/a/chromium.org/chromedriver/downloads) or chromiumdriver for test. - $ npm install -g phantomjs + $ npm install -g chromedriver Or, - $ brew install phantomjs + $ brew install chromedriver + Or, + $ sudo apt install chromium-driver -NOTE: `phantomjs` executable binary should be located under your `$PATH`. +NOTE: `chromedriver` executable binary should be located under your `$PATH`. ## Building fluentd-ui.gem