/dashboard

Primary LanguageRustMIT LicenseMIT

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