see: https://www.digitalocean.com/community/tutorials/how-to-install-jenkins-on-ubuntu-16-04
> wget -q -O - https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key add - |
|
|
|
|
> sudo apt-get install maven |
> sudo apt-get openjdk-8-jdk-headless |
Technische Notizen eines Informatikers: Prozesse - Aktivitäten - Services - Test - Composition - Orchestrierung - Wiederverwendung - InBetriebnahme - Optimierung - AusBetriebnahme. Geschäftsobjekte - Ressourcen - mathematische Optimierung (OR) - Algorithmenbau für naturanaloge Näherungsverfahren in Logistik und im Gesundheitswesen
see: https://www.digitalocean.com/community/tutorials/how-to-install-jenkins-on-ubuntu-16-04
> wget -q -O - https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key add - |
|
|
|
|
> sudo apt-get install maven |
> sudo apt-get openjdk-8-jdk-headless |
Synology 415+, SSH Aktiv, git Server installiert, weitere Voraussetzungen im Detail:
https://www.chainsawonatireswing.com/2012/01/15/ssh-into-your-synology-diskstation-with-ssh-keys/
Fehlermeldung: “Server refused our key”
Lösungsideen / Fehlerquellen:
/etc/ssh/sshd_config:
#RSAAuthentication yes
PubkeyAuthentication yes
AuthorizedKeysFile .ssh/authorized_keys
Zugriffsrechte Datei
.ssh/authorized_keys un
d Ordner
.ssh
> sudo chmod 700 .ssh
> sudo chmod 644 .ssh/authorized_keys
Putty –Public-Key :
Dateiinhalt authorized_keys: jeder Key vollständig nur in eine Zeile (keine Zeilenumbrüche)
… und es klappt immer noch nicht, dann
die Rechte der User-Ordner /var/services/homes/ prüfen. Bei Synology sind diese standardmässig auf “777” gesetzt - einfach auf 755 ändern
> sudo chmod 755 uusseerr
und TATAAA - es klappt !
feature:repo-add hawtio
feature:install hawtio
Login: smx:smx , karaf:karaf
feature install webconsole
Default Login: karaf, Pass: karaf
http://localhost:8181/system/console
feature install activemq-web-console
http://127.0.0.1:8181/activemqweb/index.jsp
http://camel.apache.org/file2.html
Simple File2File Route
from("file:data/in?noop=true").id("file-in") |
<?xml version="1.0" encoding="UTF-8"?> <groupId>de.predic8</groupId> <name>Vacation ESB Sample Apache Camel</name> <properties> <dependencies> <!-- Camel --> <!-- hawt.io, jolokia --> <!-- Logging --> <!-- ActiveMQ --> <build> <plugin> <plugin> <plugin> <!-- Tomcat 7 Deployment --> <plugin> |
https://activemq.apache.org/web-console.html
http://marcelojabali.blogspot.de/2011/08/how-to-enable-activemq-web-console-on.html
http://shoosthuizen-integration.blogspot.de/2011/02/beginners-guide-to-apache-camel-with_28.html
http://shoosthuizen-integration.blogspot.de/2011/02/beginners-guide-to-apache-camel-with.html
http://stackoverflow.com/questions/tagged/servicemix
http://servicemix.apache.org/downloads.html
https://github.com/predic8?tab=repositories
https://www.youtube.com/playlist?list=PL_OwzAze_jNuX8efViuNobLeIPIOyFgjv
https://www.youtube.com/playlist?list=PL_OwzAze_jNuwZ6VqQCz5GEe6VB6UIdZZ
Ecosystem: https://cwiki.apache.org/confluence/display/KAFKA/Ecosystem
Clients: https://cwiki.apache.org/confluence/display/KAFKA/Clients