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
Running own Dashboard
See xliiv/dashboard Docker Hub page for details.
Hack / Develop / Contribute
- install rust (https://www.rust-lang.org/en-US/install.html)
- bower (https://bower.io/#install-bower)
- redis-server
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