Skip to content

jnrivra/ivyBoard

Repository files navigation

IvYBoard

Getting Started

Collect and Visualize your IoT data in minutes by following this guide.

Support

Licenses

This project is released under Apache 2.0 License.

DATOS

Convertir PNG a SVG para Logo

https://www.aconvert.com/image/png-to-svg/

Detener Servicio:

service thingsboard stop.

Comenzar Servicio

service thingsboard start.

Clone:

git clone git@github.com:Xpcker/ivyBoard.git

Corregir Error SSH Clone Git

https://gist.github.com/adamjohnson/5682757

Instalar Java JDK 8

https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-get-on-ubuntu-16-04

Error: E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

Fix: https://www.linuxuprising.com/2018/07/how-to-fix-could-not-get-lock.html sudo rm /var/lib/apt/lists/lock sudo rm /var/cache/apt/archives/lock sudo rm /var/lib/dpkg/lock sudo dpkg --configure -a sudo apt install -f

Error de plugins Maven

mvn clean install -DskipTests

Instalación GIT

sudo apt-get install git-core git-gui git-doc

git config --global user.name “xpkcer”

git config --global user.email “juan@nulight.cl

Configuración SSH: cd ~/.ssh (si no existe, mkdir /root/.ssh)

ssh-keygen -t rsa -C “juan@nulight.cl

Copiar todo el texto en id_rsa.pub y pegarlo en github/settings/RSA

Arreglar Problema UI

  1. Instalar Node y NPM sudo apt-get install curl python-software-properties curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -

  2. Instalar Node sudo apt-get install nodejs

  3. Actualizar Versión npm install -g npm@latest

  4. nada funco. biografa OPCFoundation/UA-Java-Legacy#84 thingsboard/thingsboard#426 thingsboard/thingsboard#298

About

No description, website, or topics provided.

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license-header-template.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published