mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-12 22:36:11 +02:00
Merge pull request #231 from fluent/update-about-test-environment
Update README.about test environment
This commit is contained in:
commit
3d249ee61e
12
README.md
12
README.md
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user