From 49b2fb1a57bf18a2858cb6eef8be94d89e7e0365 Mon Sep 17 00:00:00 2001 From: Dan Esparza Date: Thu, 19 Oct 2017 20:14:18 -0400 Subject: [PATCH] Update README Added more instructions on getting to the hosted version --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5b80c80..46c37ce 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,15 @@ A simple UI for InfluxDB. Now that [web admin UI has been removed](https://docs Built entirely in [React](https://reactjs.org/)/Flux as a browser based single page application. -## Installing +## Just let me use it already -Just grab the [latest release](https://github.com/danesparza/influxdb-ui/releases/latest) and unzip to the webserver of your choice (or just upload to an S3 bucket and turn on [static website hosting](http://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html)). +The latest version of the app is [hosted on S3](http://influxui.s3-website-us-east-1.amazonaws.com/#/). Don't worry. We literally store none of your data on a remote server (and you can look at the source to verify). Your server connections are stored in your browser as cookies. + +## Installing locally -Or just use the latest version of the app [hosted on S3](http://influxui.s3-website-us-east-1.amazonaws.com/#/). +Just grab the [latest release](https://github.com/danesparza/influxdb-ui/releases/latest) and unzip to the webserver of your choice (or just upload to an S3 bucket and turn on [static website hosting](http://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html)). -## Building +## Building locally ``` yarn yarn build