Eclipse Ditto Install Guide For Linux
Eclipse Ditto Install Guide For Linux
mvn -version
Install Docker
sudo add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"
# if you have the Docker daemon running with remote access enabled (e.g. in a Vagrant
box or on localhost):
mvn clean install -Pdocker-build-image -Ddocker.daemon.hostname=<ip/host of your Docker
daemon>
# if you have the Docker daemon running on your machine and you are running on Unix,
you can also connect against the Docker socket:
mvn clean install -Pdocker-build-image -Ddocker.daemon.url=unix:///var/run/docker.sock
Running Ditto
Start Ditto:
http://localhost:8080/
Stop Ditto:
docker-compose stop
For more:
https://thishosting.rocks/install-java-ubuntu/
https://linuxize.com/post/how-to-install-apache-maven-on-ubuntu-18-04/
https://docs.docker.com/install/linux/docker-ce/ubuntu/
https://www.eclipse.org/ditto/
Emre UMMAK