I have a new ubuntu 16.04 Virtual machine that I'm attempting to install thingsboard on using this documentation Contribution Guide and am not having any success:
This is what did did on the machine:
sudo apt-get install default-jre default-jdk- Export
JAVA_HOME='/usr/lib/jvm/default-java' git clonehttps://github.com/thingsboard/thingsboard.gitgit checkout release-1.3cd ${TB_WORK_DIR}/applicationmvn clean install -DskipTests- Modified
cd ${TB_WORK_DIR}/application/target/bin/install/install_dev_db.shto my user and executed script.
I would like to use HSQLDB at the moment. cd ${TB_WORK_DIR}/applicationmvn clean install -DskipTests
Results:
NPM server starts but when I log onto localhost:3000 and attempt to login with tenant@thingsboard.org / tenant, I get the error
[Error API proxy error: Error connect ECONNREFUSED 127.0.0.1:8080]
I've triple checked that I do not have a typo.
Am I missing a step?
I'm not using a proxy and received the same error as above:
npm config set proxy null
npm config set https-proxy null npm config
npm config set registry http://registry.npmjs.org/
cat ~/.npmrc:
proxy=null
https-proxy=null
registry=http://registry.npmjs.org/ls