in the bash of host
cd datacollector-ui
npm i
npm install -g bower
npm install -g grunt-cli
bower install
How to start:
grunt watch
docker-compose up
export SDC_VERSION="3.2.0.0-SNAPSHOT" # check if downloaded
curl -O http://nightly.streamsets.com.s3-us-west-2.amazonaws.com/datacollector/latest/tarball/streamsets-datacollector-core-${SDC_VERSION}.tgz
tar -xvf streamsets-datacollector-core-${SDC_VERSION}.tgz
rm -Rf sdc
mv streamsets-datacollector-${SDC_VERSION} dist
cd dist
rm -Rf streamsets-libs/streamsets-datacollector-dev-lib
rm -Rf streamsets-libs/streamsets-datacollector-windows-lib
rm -Rf streamsets-libs/streamsets-datacollector-stats-lib
cp -R ../streamsets-libs/ ./streamsets-libs
cp -R ../streamsets-libs-extras/ ./streamsets-libs-extras/