No description or website provided.
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
_build
_demo
src
.dockerignore
.gitignore
.travis.yml
Cargo.lock
Cargo.toml
LICENSE
README.md
dashboard.env
rustfmt.toml

README.md

Build Status

NOTE:

This project is inspired by Tipboard (http://allegro.tech/tipboard/)

FOR NOW THIS IS A TOY PROJECT, I DID THIS FOR LEARNING RUST

Screens

More screens ..

Running own Dashboard

See xliiv/dashboard Docker Hub page for details.

Hack / Develop / Contribute

Be aware that tiles components lay in diffrent repository, which is <dashboard-toolkit>

Ubuntu:

git clone https://github.com/xliiv/dashboard.git
docker run -d redis
cd dashboard/src/static
bower install
cd ../..
# optionally edit dashboard.env file (to set redis server, for example)
cargo run

Now, visit http://localhost:8000/ in browser