Skip to content

Sample Dashboard for Development

Henne Vogelsang edited this page Oct 1, 2019 · 1 revision

This is a guide how you can use the sample dashboard we include to try out things in development.

  1. In the Dockerfile that is used to build the sample app, point to your fork/branch for installing the gem form git:
RUN echo 'gem "influxdb-rails", :git => "https://github.com/YOURACCOUNT/influxdb-rails/", :branch => "YOURBRANCH"' >> Gemfile
  1. Inside the sample-dashboard directory, rebuild the docker image with
docker build -t hennevogel/influxdb-rails-sample .
  1. Run the sample up based on your code with docker-compose up
Clone this wiki locally