dxos-deprecated / dashboard

DxOS Dashboard
MIT License
0 stars 1 forks source link

Notes on deployment for debugging/testing #49

Open dboreham opened 4 years ago

dboreham commented 4 years ago

xbox can be deployed initially either from a Docker image, or on a bare-metal Linux VM (details to follow, but basically just run the Dockerfile scripts by hand).

Developing/Testing/Debugging Dashboard

The install process pulls the console code directly from git to /opt/dashboard, but only fetches one branch: master and does so with anonymous authentication. There is probably a more slick way to do this, but if you either delete or rename this directory, then simply re-run the git clone command in the parent directory (use authenticated git if you want to push changes back to the repo): git clone https://github.com/dxos/dashboard.git, you now have a live tree that can be run with the regular run.sh script.