Merge pull request #231 from fluent/update-about-test-environment

Update README.about test environment
This commit is contained in:
okkez 2018-05-21 17:54:24 +09:00 committed by GitHub
commit 3d249ee61e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,15 +33,17 @@ 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.
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