rc-xtralife-dashboard
v4.4.8
Published
The dashboard works hand in hand with xtralife-server to show your data. The `./configDashboard/config.dev.js` must be modified just like your xtralife-server's configuration to include your games, keys, etc...
Downloads
15
Readme
Xtralife Dashboard
The dashboard works hand in hand with xtralife-server to show your data.
The ./configDashboard/config.dev.js must be modified just like your xtralife-server's configuration to include
your games, keys, etc...
defaults :
listening on port 3000
default user: user
default password: passwordRunning with Docker
With the same database containers as xtralife-server :
docker run --rm -it --link redis:redis --link mongo:mongodb --link elastic:elastic -e NODE_ENV=production -p 3000:3000 xtralife/xtralife-dashboard
#User Guide
First install server
npm installThen install client
cd client && npm installThen build client
cd client && npm run buildFinally run with
npm startv4.4.8 This module is based on v4.4.6 but updated to use rc-xtralife-api that contains a critical bugfix.
