Update README.md

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-08-06 12:53:04 +09:00
parent d0e0814065
commit 228426cbb1

View File

@ -36,6 +36,14 @@ And some additional packages (Debian / Ubuntu)
Access http://localhost:9292 by web browser. Access http://localhost:9292 by web browser.
### Run under sub path
Use `RAILS_RELATIVE_URL_ROOT` environment variable.
$ RAILS_RELATIVE_URL_ROOT=/prefix fluentd-ui start --daemonize
Access http://localhost:9292/prefix by web browser.
## Development ## Development
$ git clone https://github.com/fluent/fluentd-ui $ git clone https://github.com/fluent/fluentd-ui