me-box / databox

Databox container manager and dashboard server
MIT License
94 stars 25 forks source link

When built with dev mode does not clone for driver-twitter #172

Closed tsh-box closed 7 years ago

tsh-box commented 7 years ago

Hello, I built with dev mode,and when installed the driver twitter ,the source code of driver-twitter did not clone to the local. But other driver(driver-os-monitor and driver-sensingkit) are cloned to the local.

Toshbrown commented 7 years ago

Any errors? what command did you run?

tsh-box commented 7 years ago

firstly I built Databox with ./databox-start dev and then I installed the driver twitter from databox UI. No,I think there is no error ,but it does not clone to local for driver twitter when I confirmed local.

tsh-box commented 7 years ago

After installing the light graph app,it's source code also does not clone to local.

Toshbrown commented 7 years ago

If you would like to modify one of the currently available actual drivers you can do so by doing the following:

./databox-install-component driver-os-monitor

This will download and build the code on your machine and upload the Databox manifest to your local app store. You can also use this with your repositories and forks using:

./databox-install-component [GITHUB_USERNAME]/[GITHUB_REPONAME]