influxdb/shared/admin
Philip O'Toole f40e6ee243 Nightly is now 0.10.0
[ci skip]
2015-12-08 10:00:57 -08:00
..
css chmod -x dropdowns-enhancement.css 2015-09-06 16:25:41 -04:00
fonts Remove old admin interface! 2015-06-22 01:47:26 -07:00
img New admin interface. 2015-06-22 01:49:59 -07:00
js Adds subscriber service for creating/dropping subscriptions to the 2015-10-14 15:23:45 -06:00
README.md New admin interface. 2015-06-22 01:49:59 -07:00
index.html Nightly is now 0.10.0 2015-12-08 10:00:57 -08:00

README.md

InfluxDB Admin Interface

This is the built-in admin interface that ships with InfluxDB. An emphasis has been placed on making it minimalistic and able to be bundled with the server without adding lots of overhead or preprocessing steps.

Building

The only step required to bundle this with InfluxDB is to create a compressed file system using statik as follows:

go get github.com/rakyll/statik
$GOPATH/bin/statik -src=./shared/admin
go fmt statik/statik.go

That should update the file located at statik/statik.go, which will get automatically build into the InfluxDB binary when it is compiled. This step should also be completed in any pull requests that make modifications to the admin interface, as it won't be run as a separate step in the release process.