Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Added more instructions on getting to the hosted version
  • Loading branch information
danesparza authored Oct 20, 2017
1 parent 1a8e6c5 commit 49b2fb1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49b2fb1

Please sign in to comment.