CDNBOX-d Admin is a free Material-UI for CDNBOX-d, based on fre Material Dashboard react provided by Creative Tim : https://creativetimofficial.github.io/material-dashboard-react/
CDNBOX-d is a DNS distributed Global Load Balancing with geolocation and bandwith shaping.
CDNBox-d is a solution to mix private CDN with legacy CDN. CDNBoxd is originaly the specific software used to clusterize multiple CDNBoxes. Nowdays, CDNBoxd is used out of CDNBox solution, to distribute load on Edge endpoints for example. To keep it simple, a CDNBox is a node of CDNBoxd.
For more details : https://github.com/Francois-v3/CDNBoxd
Material Dashboard React is a free Material-UI Admin with a fresh, new design inspired by Google's Material Design. We are very excited to introduce our take on the material concepts through an easy to use and beautiful set of components. Material Dashboard React was built over the popular Material-UI framework.
Quick start options:
- Download from Github.
- Clone the repo:
git clone https://github.com/Doloros/CDNBOX-d-Admin.git
.
- Install NodeJs from NodeJs Official Page.
- Open Terminal
- Go to your file project
- Run in terminal:
npm install
- In src directory : Copy config.sample.json to config.json and fill global datas :
cp src/config.sample.json src/config.json
- Then:
npm start
- Navigate to
http://localhost:3000/
- (optional) Run in terminal
npm i -g cross-env